Add grooming compactions
Make half of LSM-tree compactions grooming compactions i.e. compactions biased towards merging files with large numbers of tombstones.
This commit is contained in:
parent
aca945a171
commit
da97d65a23
4 changed files with 131 additions and 4 deletions
|
@ -230,6 +230,8 @@
|
|||
{"PC023",
|
||||
{info, "At level=~w file_count=~w avg_mem=~w "
|
||||
++ "file with most memory fn=~s p=~w mem=~w"}},
|
||||
{"PC024",
|
||||
{info, "Grooming compaction picked file with tomb_count=~w"}},
|
||||
{"PM002",
|
||||
{info, "Completed dump of L0 cache to list of l0cache_size=~w"}},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue