Skip to content

Commit

Permalink
make layered memtable disable default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed May 23, 2024
1 parent 5ee88c6 commit 6c154a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytic_engine/src/memtable/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct LayeredMemtableOptions {
impl Default for LayeredMemtableOptions {
fn default() -> Self {
Self {
mutable_segment_switch_threshold: ReadableSize::mb(3),
mutable_segment_switch_threshold: ReadableSize::mb(0),
}
}
}
Expand Down

0 comments on commit 6c154a8

Please sign in to comment.