Searched refs:slowdown (Results 1 – 8 of 8) sorted by relevance
10 …ax-bg-compactions:inc-write-buffer-size:dec-max-bytes-for-level-base:inc-l0-slowdown-writes-trigger57 [Suggestion "inc-l0-slowdown-writes-trigger"]
6 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
65 * Fix a bug that can cause write threads to hang when a slowdown/stall happens and there is a mix o…678 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…785 …ns. Now default options will optimize for server-workloads. Also enable slowdown and full stop tri…815 * After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mor…
10 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
43 …* After slow down is triggered, if estimated pending compaction bytes keep increasing, slowdown mo…
32 …ns. Now default options will optimize for server-workloads. Also enable slowdown and full stop tri…
38 …ax-bg-compactions:inc-write-buffer-size:dec-max-bytes-for-level-base:inc-l0-slowdown-writes-trigger87 [Suggestion "inc-l0-slowdown-writes-trigger"]
344 int slowdown = in NewWritableFile() local346 if (slowdown > 0) { in NewWritableFile()347 env_->SleepForMicroseconds(slowdown); in NewWritableFile()