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
fix(Test): improve the params in BenchmarkDbGrowth (#1967)
It seems some parameter settings have been changed in the past. As a
result, some tests (at least one) lose the ability to test what they
want to test.
For `BenchmarkDbGrowth`, current default value of `ValueThreshold` makes
no vlog will be created and current default value of `MemTableSize`
makes no memtable will be flushed which means no compaction and thus no
vlog gc will be performed.
## Solution
Setting `ValueThreshold` be 1024 and `MemTableSize` be 1MB in this case
seems to be fine.
Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>
0 commit comments