feat(tiering): simple offload loop (#2987)

Simple offloading for tiering

Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
Vladislav 2024-05-06 22:28:45 +03:00 committed by GitHub
parent 8697b20a9e
commit f27506e678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 144 additions and 19 deletions

View file

@ -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;