summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlnaz Nizametdinov <[email protected]>2022-04-07 02:49:16 +0300
committerIlnaz Nizametdinov <[email protected]>2022-04-07 02:49:16 +0300
commitdf8e41ef82e43d070ae1ac28d86d69fc17e41ead (patch)
tree3107205631ec21808de7650992fdd9a4dbb40a5e
parent5a544f90e5ebf02c3323f4883b8afc7c8bb48867 (diff)
Enable TTL on async-indexed tables by default YDBOPS-4653
ref:b4a85ffe7214e1c20c2960c9f5c94ed4ee624dc6
-rw-r--r--ydb/core/protos/config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto
index 1599fbff70d..32475977c45 100644
--- a/ydb/core/protos/config.proto
+++ b/ydb/core/protos/config.proto
@@ -685,7 +685,7 @@ message TFeatureFlags {
optional bool EnableArrowFormatInChannels = 52 [default = false];
optional bool EnableBackgroundCompactionServerless = 53 [default = false];
optional bool EnableNotNullColumns = 54 [default = false];
- optional bool EnableTtlOnAsyncIndexedTables = 55 [default = false];
+ optional bool EnableTtlOnAsyncIndexedTables = 55 [default = true];
optional bool EnableBulkUpsertToAsyncIndexedTables = 56 [default = false];
optional bool EnableNodeBrokerSingleDomainMode = 57 [default = false];
optional bool EnableKqpSessionActor = 58 [default = false];