benchm-databases icon indicating copy to clipboard operation
benchm-databases copied to clipboard

A minimal benchmark of various tools (statistical software, databases etc.) for working with tabular data of moderately large sizes (interactive data analysis).

Results 3 benchm-databases issues
Sort by recently updated
recently updated
newest added

It'd be great to add SAS to the benchmark table.

Can you try using `print(d[dm, nomatch=0][,.N])` instead of `print(nrow(d[dm, nomatch=0]))` and see if it makes any difference?

PostgreSQL performance will be better after a little tunning .. - shared_buffers ( for caching data ) - work_mem ( for larger in-memory sorts ) see . https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server