Files
scylladb/sstables
Avi Kivity 3a5e3c8829 sstables: de-futurize write path
The sstables write path has been partially de-futurized, but now creates a
ton of threads, and yet does not exploit this as everything is serialized.

Remove those extra threads and futures and use a single thread to write
everything.  If needed, we'll employ write-behind in output_stream to
increase parallelism.

Reviewed-by: Nadav Har'El <nyh@cloudius-systems.com>
2015-08-03 20:33:59 +03:00
..
2015-08-03 20:33:59 +03:00
2015-06-03 10:55:34 +03:00
2015-08-03 20:33:59 +03:00
2015-08-03 20:33:59 +03:00
2015-07-22 11:51:40 +03:00