summaryrefslogtreecommitdiff
path: root/options/cf_options.h
diff options
context:
space:
mode:
authorChangyu Bi <changyubi@meta.com>2024-02-02 15:37:40 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-02-02 15:37:40 -0800
commitace1721b28f4d1027b344c1a38a2bbd9aace7891 (patch)
tree0e36cd8331fc1ab79061f27daffb45e50495093b /options/cf_options.h
parent1d6dbfb8b73cb435b3548cfa12a624a6e8ae2c28 (diff)
Remove deprecated option `level_compaction_dynamic_file_size` (#12325)
Summary: The option is introduced in https://github.com/facebook/rocksdb/issues/10655 to allow reverting to old behavior. The option is enabled by default and there has not been a need to disable it. Remove it for 9.0 release. Also fixed and improved a few unit tests that depended on setting this option to false. Pull Request resolved: https://github.com/facebook/rocksdb/pull/12325 Test Plan: existing tests. Reviewed By: hx235 Differential Revision: D53369430 Pulled By: cbi42 fbshipit-source-id: 0ec2440ca8d88db7f7211c581542c7581bd4d3de
Diffstat (limited to 'options/cf_options.h')
-rw-r--r--options/cf_options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/options/cf_options.h b/options/cf_options.h
index f6dea5031..a3fdfeea9 100644
--- a/options/cf_options.h
+++ b/options/cf_options.h
@@ -64,8 +64,6 @@ struct ImmutableCFOptions {
bool level_compaction_dynamic_level_bytes;
- bool level_compaction_dynamic_file_size;
-
int num_levels;
bool optimize_filters_for_hits;