提交 e0ea0dc6 编写于 作者: C Changyu Bi 提交者: Facebook GitHub Bot

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
上级 86fa2592
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册