mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: small fixes around tiering (#3368)
There are no changes in functionality here. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
cd1f9d3923
commit
c8a98fd110
11 changed files with 44 additions and 28 deletions
|
@ -82,6 +82,7 @@ struct TieredStats {
|
|||
uint64_t small_bins_cnt = 0;
|
||||
uint64_t small_bins_entries_cnt = 0;
|
||||
size_t small_bins_filling_bytes = 0;
|
||||
size_t cold_storage_bytes = 0;
|
||||
|
||||
TieredStats& operator+=(const TieredStats&);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue