Slow compaction progress and high memory usage #1370
Labels
kind/enhancement
Something could be better.
priority/P1
Serious issue that requires eventual attention (can wait a bit)
status/accepted
We accept to investigate or work on it.
What version of Badger are you using?
c45d966
Steps to Reproduce the issue
Run
badger benchmark write -m 1000
command.What did you see instead?
The compactions don't seem to make progress very slow and L0 gets accumulated with data
A score of 1 means we've filled the level to 100% capacity. The problem here is that because of commit 3747be5 the writes do not get stalled and levels get filled up. My badger directory has 200+ level 0 tables and they were being compacted with the entire L1 (which has 300+ tables).
The text was updated successfully, but these errors were encountered: