Files
scylladb/sstables
Tomasz Grabiec e950c8b00a sstables: mc: parser: Allocate dynamic_bitset once per read instead of once per row
The size of the bitset is the same for given row kind across the sstable, so we can
allocate it once.

_columns_selector is moved into row_schema structure, which we have
one for each row kind and setup in the constructor.
2018-12-18 11:11:47 +01:00
..
2018-11-21 00:01:44 +02:00
2018-11-21 00:01:44 +02:00
2018-06-15 09:11:09 +02:00
2018-11-24 18:53:18 -02:00
2018-10-01 13:15:43 +03:00