Skip to content

Commit

Permalink
address liuyu85cn's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
panda-sheep committed Jan 5, 2022
1 parent d1847ff commit 74a4a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kvstore/RocksEngineConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ DEFINE_bool(enable_partitioned_index_filter, false, "True for partitioned index
DEFINE_string(rocksdb_compression,
"snappy",
"Compression algorithm used by RocksDB, "
"options: no,snappy,lz4,lz4hc,zstd,zlib,bzip2,xpress");
"options: no, snappy, lz4, lz4hc, zstd, zlib, bzip2, xpress");

DEFINE_string(rocksdb_bottommost_compression,
"disable",
"Specify the bottommost level compression algorithm"
"options: no,snappy,lz4,lz4hc,zstd,zlib,bzip2,xpress,disable");
"options: no, snappy, lz4, lz4hc, zstd, zlib, bzip2, xpress, disable");

DEFINE_string(rocksdb_compression_per_level,
"",
Expand Down

0 comments on commit 74a4a1e

Please sign in to comment.