Hacker News new | ask | show | jobs
by nasretdinov 238 days ago
Note that by default sort command has a pretty low memory usage and spills to disk. You can improve the throughput quite a bit by increasing the allowed memory usage: --buffer-size=SIZE
1 comments

I didn't know that - I've added in buffer size with a fairly large buffer to the benchmarks as well