diff options
| author | Ilnaz Nizametdinov <[email protected]> | 2022-04-07 02:49:16 +0300 |
|---|---|---|
| committer | Ilnaz Nizametdinov <[email protected]> | 2022-04-07 02:49:16 +0300 |
| commit | df8e41ef82e43d070ae1ac28d86d69fc17e41ead (patch) | |
| tree | 3107205631ec21808de7650992fdd9a4dbb40a5e | |
| parent | 5a544f90e5ebf02c3323f4883b8afc7c8bb48867 (diff) | |
Enable TTL on async-indexed tables by default YDBOPS-4653
ref:b4a85ffe7214e1c20c2960c9f5c94ed4ee624dc6
| -rw-r--r-- | ydb/core/protos/config.proto | 2 |
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]; |
