Skip to content
Snippets Groups Projects
Commit fe1e4694 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: set box.cfg.vinyl_write_threads to 4 by default

Any LSM-based database design implies high level of write amplification
so there should be more compaction threads than dump threads. With the
default value of 2 for box.cfg.vinyl_write_threads, which we have now,
we start only one compaction thread. Let's increase the default up to 4
so that there are three compaction threads started by default, because
it fits better LSM-based design.
parent 7069eab5
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment