Ferenc Szili
b4ca12b39a
load_stats: change data structure which contains tablet sizes
...
This patch changes the tablet size map in load_stats. Previously, this
data structure was:
std::unordered_map<range_based_tablet_id, uint64_t> tablet_sizes;
and is changed into:
std::unordered_map<table_id, std::unordered_map<dht::token_range, uint64_t>> tablet_sizes;
This allows for improved performance of tablet tablet size reconciliation.
2025-10-24 14:37:00 +02:00
..
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-06-24 11:05:30 +03: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-17 17:31:05 +03:00
2025-06-24 11:05:30 +03:00
2025-07-23 15:36:57 +02:00
2025-04-30 11:46:10 +03:00
2025-07-13 19:13:11 +03:00
2025-03-11 12:09:21 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-03-11 12:09:21 +02:00
2024-12-18 17:45:13 +02:00
2025-06-25 19:23:07 +02:00
2024-12-18 17:45:13 +02:00
2025-07-13 19:13:11 +03:00
2025-09-24 13:23:38 +03: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-24 11:05:30 +03:00
2024-12-18 17:45:13 +02:00
2025-09-24 13:55:05 +02:00
2024-12-18 17:45:13 +02:00
2025-06-14 21:26:17 +03:00
2025-09-16 23:40:47 +03:00
2024-12-18 17:45:13 +02:00
2025-10-10 15:21:54 +03:00
2024-12-18 17:45:13 +02:00
2025-08-28 18:06:37 +02:00
2024-12-18 17:45:13 +02:00
2024-12-18 17:45:13 +02:00
2025-01-26 12:51:59 +02:00
2025-09-15 11:24:53 +02:00
2025-10-24 14:37:00 +02:00
2025-05-27 14:47:24 +03:00
2025-02-05 10:10:29 +01: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
2025-08-27 08:55:47 +02:00