Files
scylladb/sstables
Raphael S. Carvalho 75dc7b799e sstable: make all parsing of simple components go through do_read_simple()
With all parsing of simple components going through do_read_simple(),
common infrastructure can be reused (exception handling, debug logging,
etc), and also statistics spanning all components can be easily added.

Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
2023-04-27 12:06:48 -03:00
..