We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd967a0 commit 8c8ed07Copy full SHA for 8c8ed07
ydb/core/protos/feature_flags.proto
@@ -152,7 +152,7 @@ message TFeatureFlags {
152
optional bool EnableDbMetadataCache = 127 [default = false];
153
optional bool EnableTableDatetime64 = 128 [default = true];
154
optional bool EnableResourcePools = 129 [default = true];
155
- optional bool EnableColumnStatistics = 130 [default = true];
+ optional bool EnableColumnStatistics = 130 [default = false];
156
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
157
optional bool EnableResourcePoolsOnServerless = 132 [default = false];
158
optional bool EnableVectorIndex = 133 [default = false];
0 commit comments