From bad0b60b6f1d327d8fa7be260119fde7b891f5fb Mon Sep 17 00:00:00 2001 From: ivanmorozov333 Date: Sat, 13 Jan 2024 09:50:18 +0300 Subject: [PATCH] Auto stash before merge of "main" and "origin/main" restore default for compaction method --- ydb/core/protos/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto index c3b151fae403..517a3d16068e 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -1432,7 +1432,7 @@ message TColumnShardConfig { optional bool TTLEnabled = 6 [default = true]; optional bool WritingEnabled = 7 [default = true]; optional uint32 WritingBufferDurationMs = 8 [default = 0]; - optional bool UseChunkedMergeOnCompaction = 9 [default = false]; + optional bool UseChunkedMergeOnCompaction = 9 [default = true]; } message TSchemeShardConfig {