Files
scylladb/tests
Raphael S. Carvalho 08e5d3ca8b sstables: add support to write the component statistics
This code adds the ability to write statistics to disk.

On-disk format:

uint32_t Size;
struct {
    uint32_t metadata_type;
    uint32_t offset; /* offset into this file */
} metadata_metadata[Size];

* each metadata_metadata entry corresponds to a metadata
stored in the file.

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
2015-04-04 12:51:50 +03:00
..
2015-03-06 10:06:16 +02:00
2015-03-15 14:48:52 +02:00
2015-03-22 16:16:30 +02:00
2015-03-04 17:40:58 +02:00