Hacker News new | ask | show | jobs
by dorlaor 2609 days ago
With LSM approach (log structured merge tree) we have at Scylla, we make all the writes batched/sequential and receive an awesome boost.

Some reads can be sequential too if you scan through the clustering keys.