We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038a477 commit 3edc056Copy full SHA for 3edc056
include/rocksdb/options.h
@@ -92,6 +92,8 @@ struct ColumnFamilyOptions {
92
// Factor for big data sets, but increases Space Amplification. You can learn
93
// more about the different styles here:
94
// https://github.com/facebook/rocksdb/wiki/Rocksdb-Architecture-Guide
95
+ // Make sure to also call IncreaseParallelism(), which will provide the
96
+ // biggest performance gains.
97
// Note: we might use more memory than memtable_memory_budget during high
98
// write rate period
99
ColumnFamilyOptions* OptimizeLevelStyleCompaction(
0 commit comments