Files
scylladb/sstables
Botond Dénes 94fc550e68 sstable_set::incremental_selector: select() now returns a selection
A seletion contains - in addition to the list of sstables - a next_token
which is a hint as to what is the next best token to call select() with.
This should be the smallest token such that at the next call to
select() the least number of new sstables will be returned, without
skipping any.
2017-08-09 16:27:33 +03:00
..
2017-05-05 17:02:31 +03:00
2017-07-26 14:38:27 +01:00