mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(tiering): simple offload loop (#2987)
Simple offloading for tiering Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
8697b20a9e
commit
f27506e678
12 changed files with 144 additions and 19 deletions
|
@ -63,6 +63,7 @@ struct TieredStats {
|
|||
size_t total_stashes = 0;
|
||||
size_t total_fetches = 0;
|
||||
size_t total_cancels = 0;
|
||||
size_t total_deletes = 0;
|
||||
|
||||
size_t allocated_bytes = 0;
|
||||
size_t capacity_bytes = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue