diff options
author | Олег <150132506+iddqdex@users.noreply.github.com> | 2024-11-11 13:02:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 10:02:14 +0000 |
commit | 8c8ed072fe6358b3733bf8e3484ed5dfb7c07ee9 (patch) | |
tree | 095bd179cf7bfa335a5a736656e8c735309a37ae | |
parent | bd967a0df42e2e91116a6fc58d29021094f3b6e8 (diff) | |
download | ydb-8c8ed072fe6358b3733bf8e3484ed5dfb7c07ee9.tar.gz |
Revert "Enabled column statistics by default" (#11455)
-rw-r--r-- | ydb/core/protos/feature_flags.proto | 2 |
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]; |