forked from dragonflydb/dragonfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Track QList memory (dragonflydb#4226)
After running `debug POPULATE 100 list 100 rand type list elements 10000` with `--list_experimental_v2=false`: ``` type_used_memory_list:16512800 used_memory:105573120 ``` When running with `--list_experimental_v2=true`: ``` used_memory:105573120 type_used_memory_list:103601700 ``` TODO: does not yet handle compressed entries correctly but we do not enable compression by default. Fixes dragonflydb#3800 Signed-off-by: Roman Gershman <[email protected]>
- Loading branch information
Showing
4 changed files
with
57 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters