We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98474d5 commit 58cdc9eCopy full SHA for 58cdc9e
db/dbformat.h
@@ -28,10 +28,10 @@ static const int kNumLevels = 7;
28
static const int kL0_CompactionTrigger = 4;
29
30
// Soft limit on number of level-0 files. We slow down writes at this point.
31
-static const int kL0_SlowdownWritesTrigger = 8;
+static const int kL0_SlowdownWritesTrigger = 16;
32
33
// Maximum number of level-0 files. We stop writes at this point.
34
-static const int kL0_StopWritesTrigger = 12;
+static const int kL0_StopWritesTrigger = 64;
35
36
// Maximum level to which a new compacted memtable is pushed if it
37
// does not create overlap. We try to push to level 2 to avoid the
0 commit comments