summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJay Zhuang <zjay@fb.com>2022-01-26 22:02:02 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2022-01-26 22:23:21 -0800
commit3e27add3858848da6f320cb3372b7ebf7c079cdc (patch)
treec885fcb748428c4629f43b37672a9435a15638b9 /examples
parent449029f865171507130290a9a4886e890f3cc39c (diff)
Fix a backward compatibility issue (#9456)
Summary: Fix a backward compatibility issue caused by removing `purge_redundant_kvs_while_flush`. Reserve the option internally. Pull Request resolved: https://github.com/facebook/rocksdb/pull/9456 Test Plan: CI: https://app.circleci.com/pipelines/github/facebook/rocksdb/11122/workflows/b7bc0f35-1be8-432c-9292-79125e22ecc7/jobs/280595 Reviewed By: ajkr, ltamasi Differential Revision: D33808474 Pulled By: jay-zhuang fbshipit-source-id: 7c3b553bc8e85c8a560514e8e460a2dbaf25718d
Diffstat (limited to 'examples')
-rw-r--r--examples/rocksdb_option_file_example.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rocksdb_option_file_example.ini b/examples/rocksdb_option_file_example.ini
index bf5fb3304..dcbc9a308 100644
--- a/examples/rocksdb_option_file_example.ini
+++ b/examples/rocksdb_option_file_example.ini
@@ -103,6 +103,7 @@
level0_stop_writes_trigger=20
compression=kSnappyCompression
level0_file_num_compaction_trigger=4
+ purge_redundant_kvs_while_flush=true
max_write_buffer_size_to_maintain=0
memtable_factory=SkipListFactory
max_grandparent_overlap_factor=8