Improve documentation for `allow_ingest_behind` (#11119)

Summary:
update documentation to mention that only universal compaction is supported.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/11119

Reviewed By: ajkr

Differential Revision: D42715986

Pulled By: cbi42

fbshipit-source-id: 91b145d3318334cb92857c5c0ffc0efed6fa4363
oxigraph-8.1.1
Changyu Bi 2 years ago committed by Facebook GitHub Bot
parent 86fa2592be
commit e0ea0dc6bd
  1. 5
      include/rocksdb/options.h

@ -1212,7 +1212,10 @@ struct DBOptions {
// Setting this option to true will affect 2 things:
// 1) Disable some internal optimizations around SST file compression
// 2) Reserve bottom-most level for ingested files only.
// 3) Note that num_levels should be >= 3 if this option is turned on.
// Note that only universal compaction supports reserving last level
// for file ingestion only.
// `num_levels` should be >= 3 if this option is turned on.
//
//
// DEFAULT: false
// Immutable.

Loading…
Cancel
Save