Michał Chojnowski
1cfce430f1
replica/table: keep track of total pre-compression file size
...
Every table and sstable set keeps track of the total file size
of contained sstables.
Due to a feature request, we also want to keep track of the hypothetical
file size if Data files were uncompressed, to add a metric that
shows the compression ratio of sstables.
We achieve this by replacing the relevant `uint_64 bytes_on_disk`
counters everywhere with a struct that contains both the actual
(post-compression) size and the hypothetical pre-compression size.
This patch isn't supposed to change any observable behavior.
In the next patch, we will use these changes to add a new metric.
2025-11-13 00:49:57 +01:00
..
2025-10-28 19:46:29 +03:00
2024-12-18 17:45:13 +02:00
2025-09-24 13:23:38 +03:00
2025-01-28 21:14:49 +01:00
2025-10-13 08:53:25 +00:00
2025-09-14 13:32:21 +03:00
2025-11-05 17:02:32 +02:00
2024-12-18 17:45:13 +02:00
2025-10-23 10:39:43 +02:00
2025-10-23 10:38:31 +02:00
2025-09-16 23:40:47 +03:00
2025-09-29 13:01:21 +02:00
2024-12-18 17:45:13 +02:00
2025-10-13 08:53:24 +00:00
2025-05-14 08:32:05 +02:00
2025-11-09 12:52:29 +02:00
2025-10-29 11:16:26 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-01-16 16:37:06 +02:00
2025-01-28 14:12:06 +03:00
2025-06-24 14:57:00 +03:00
2025-06-24 14:57:00 +03:00
2025-02-15 20:32:22 +02:00
2024-12-18 17:45:13 +02:00
2025-09-19 12:22:51 +02:00
2025-09-19 12:22:51 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-06-26 12:25:38 +02:00
2025-07-03 13:34:04 +03:00
2025-10-16 13:34:49 +03:00
2024-12-18 17:45:13 +02:00
2025-10-13 08:53:24 +00:00
2025-10-13 08:53:24 +00:00
2024-12-18 17:45:13 +02:00
2025-02-06 13:38:19 +02:00
2025-03-19 20:36:16 +02:00
2025-03-19 20:36:16 +02:00
2024-12-18 17:45:13 +02:00
2025-02-15 20:32:22 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-09-16 23:40:47 +03:00
2024-12-18 17:45:13 +02:00
2025-09-16 14:49:54 +02:00
2025-09-14 19:48:14 +03:00
2025-10-16 10:56:50 +02:00
2025-10-16 10:56:50 +02:00
2025-02-06 08:55:51 +02:00
2025-10-28 14:42:42 +02:00
2025-10-14 10:56:25 +02:00
2025-09-29 13:01:21 +02:00
2025-09-29 13:01:21 +02:00
2025-04-16 18:18:58 +03:00
2025-04-12 11:28:48 +03:00
2025-10-16 13:34:49 +03:00
2025-01-02 07:13:34 +01:00
2024-12-18 17:45:13 +02:00
2025-09-21 10:39:05 +02:00
2025-10-31 13:02:34 +01:00
2025-10-31 13:02:34 +01:00
2025-02-06 08:55:51 +02:00
2025-02-06 08:55:51 +02:00
2024-12-18 17:45:13 +02:00
2025-08-27 13:47:04 +03:00
2025-05-09 07:53:29 -04:00
2025-04-09 20:21:51 +02:00
2025-11-13 00:49:57 +01:00
2025-09-19 12:22:51 +02:00
2024-12-18 17:45:13 +02:00