From c7fd52f207a72c3ac1bb1b83354fd5bd6a44bd13 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Thu, 4 May 2023 15:36:10 +0000 Subject: [PATCH] common/options: rocksdb_cf_compact_on_deletion is false by default This is a pacific-specific commit; not a backport. All it does is switching the default value of `rocksdb_cf_compact_on_deletion`. The rationale is purely our preference towards avoiding huge baheavioral changes in minor release, particularly of an old release family. Signed-off-by: Radoslaw Zarzynski --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 63997c6860283..7fd3b88d2fd25 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3973,7 +3973,7 @@ std::vector