You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of SSTs in L0 is larger than or equal to level0_file_num_compaction_trigger, we still recheck size_ratio_percent. This causes our L0 size to potentially exceed it.
The text was updated successfully, but these errors were encountered:
zztaki
changed the title
chore: DONOT trigger a compaction of L0 and L1 when L0'size reach level0_file_num_compaction_trigger in simple leveled
chore: no compaction of L0 and L1 is triggered when L0'size reach level0_file_num_compaction_trigger in simple leveled
Dec 20, 2024
zztaki
changed the title
chore: no compaction of L0 and L1 is triggered when L0'size reach level0_file_num_compaction_trigger in simple leveled
chore: no compaction of L0 and L1 is triggered when L0'size reaches level0_file_num_compaction_trigger in simple leveled
Dec 20, 2024
Hello, I found a bug in
simple_leveled.rs
.When the number of SSTs in L0 is larger than or equal to
level0_file_num_compaction_trigger
, we still rechecksize_ratio_percent
. This causes our L0 size to potentially exceed it.mini-lsm/mini-lsm/src/compact/simple_leveled.rs
Lines 46 to 72 in 23802b2
I'm not sure if I misunderstood the tutorial. :)
The text was updated successfully, but these errors were encountered: