main
Igor Canadi 11 years ago
parent 038a477b53
commit 3edc056f6d
  1. 2
      include/rocksdb/options.h

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

Loading…
Cancel
Save