Skip to content

Commit 3edc056

Browse files
committed
comment
1 parent 038a477 commit 3edc056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/rocksdb/options.h

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ struct ColumnFamilyOptions {
9292
// Factor for big data sets, but increases Space Amplification. You can learn
9393
// more about the different styles here:
9494
// https://github.com/facebook/rocksdb/wiki/Rocksdb-Architecture-Guide
95+
// Make sure to also call IncreaseParallelism(), which will provide the
96+
// biggest performance gains.
9597
// Note: we might use more memory than memtable_memory_budget during high
9698
// write rate period
9799
ColumnFamilyOptions* OptimizeLevelStyleCompaction(

0 commit comments

Comments
 (0)