Files
scylladb/sstables
Glauber Costa 74a4843d2a sstable index: try to read everything in a single run
We know the correct boundaries now, so we can use that information to
feed the default buffer size: if it is small enough (smaller than 128k),
we can try to bring everything at once.

For the default key sized 128 that we use in the index read perf:
(smp == 1, partitions = 500000, concurrency == 1)

Before:
423493.26 +- 811.03 partitions / sec (30 runs, 1 concurrent ops)

After:
707311.86 +- 1865.47 partitions / sec (30 runs, 1 concurrent ops)

For a gain of 67 %.

Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
2015-08-27 09:19:05 -05:00
..
2015-08-24 19:17:31 -05:00
2015-06-03 10:55:34 +03:00
2015-07-22 11:51:40 +03:00