fixup! Add constants for all supported properties (#599)

master
steviez 3 years ago committed by GitHub
parent 4f695895d0
commit 626ff7e79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/properties.rs

@ -19,7 +19,7 @@ pub const NUM_FILES_AT_LEVEL_PREFIX: &str = property!("num-files-at-level");
/// representation of a level number (e.g., "0"). Here, compression
/// ratio is defined as uncompressed data size / compressed file size.
/// Returns "-1.0" if no open files at level <N>.
pub const COMPRESSION_RATIO_AT_LEVEL: &str = property!("rocksdb.compression-ratio-at-level");
pub const COMPRESSION_RATIO_AT_LEVEL: &str = property!("compression-ratio-at-level");
/// "rocksdb.stats" - returns a multi-line string containing the data
/// described by kCFStats followed by the data described by kDBStats.

Loading…
Cancel
Save