We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df05c31 commit 8f7124bCopy full SHA for 8f7124b
src/db_options.rs
@@ -511,11 +511,10 @@ impl Options {
511
}
512
513
514
- /// Sets the compression algorithm that will be used for the bottommost level that
515
- /// contain files. If level-compaction is used, this option will only affect
516
- /// levels after base level.
+ /// Sets the compression algorithm that will be used for compressing blocks.
517
///
518
- /// Default: DBCompressionType::None
+ /// Default: `DBCompressionType::Snappy` (`DBCompressionType::None` if
+ /// snappy feature is not enabled).
519
520
/// # Example
521
0 commit comments