aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorОлег <150132506+iddqdex@users.noreply.github.com>2024-11-11 13:02:14 +0300
committerGitHub <noreply@github.com>2024-11-11 10:02:14 +0000
commit8c8ed072fe6358b3733bf8e3484ed5dfb7c07ee9 (patch)
tree095bd179cf7bfa335a5a736656e8c735309a37ae
parentbd967a0df42e2e91116a6fc58d29021094f3b6e8 (diff)
downloadydb-8c8ed072fe6358b3733bf8e3484ed5dfb7c07ee9.tar.gz
Revert "Enabled column statistics by default" (#11455)
-rw-r--r--ydb/core/protos/feature_flags.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto
index c8c0e0bd57b..13a2c2908f8 100644
--- a/ydb/core/protos/feature_flags.proto
+++ b/ydb/core/protos/feature_flags.proto
@@ -152,7 +152,7 @@ message TFeatureFlags {
optional bool EnableDbMetadataCache = 127 [default = false];
optional bool EnableTableDatetime64 = 128 [default = true];
optional bool EnableResourcePools = 129 [default = true];
- optional bool EnableColumnStatistics = 130 [default = true];
+ optional bool EnableColumnStatistics = 130 [default = false];
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
optional bool EnableResourcePoolsOnServerless = 132 [default = false];
optional bool EnableVectorIndex = 133 [default = false];