Skip to content

Commit 8c8ed07

Browse files
authored
Revert "Enabled column statistics by default" (#11455)
1 parent bd967a0 commit 8c8ed07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ message TFeatureFlags {
152152
optional bool EnableDbMetadataCache = 127 [default = false];
153153
optional bool EnableTableDatetime64 = 128 [default = true];
154154
optional bool EnableResourcePools = 129 [default = true];
155-
optional bool EnableColumnStatistics = 130 [default = true];
155+
optional bool EnableColumnStatistics = 130 [default = false];
156156
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
157157
optional bool EnableResourcePoolsOnServerless = 132 [default = false];
158158
optional bool EnableVectorIndex = 133 [default = false];

0 commit comments

Comments
 (0)