From 3fe5ca4a6c3b143a13569b450e5c9b2a603010ff Mon Sep 17 00:00:00 2001 From: Pavel Velikhov Date: Wed, 21 Aug 2024 12:55:47 +0000 Subject: [PATCH] Enabled statistics in stable --- ydb/core/protos/feature_flags.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto index 0f77ae0f67ae..a413b61e5cb4 100644 --- a/ydb/core/protos/feature_flags.proto +++ b/ydb/core/protos/feature_flags.proto @@ -118,7 +118,7 @@ message TFeatureFlags { optional bool SuppressCompatibilityCheck = 103 [default = false]; optional bool EnableUniqConstraint = 104 [default = false]; optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false]; - optional bool EnableStatistics = 106 [default = false]; + optional bool EnableStatistics = 106 [default = true]; optional bool EnableUuidAsPrimaryKey = 107 [default = true]; optional bool EnableTablePgTypes = 108 [default = false]; optional bool EnableLocalDBBtreeIndex = 109 [default = false];