We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56881e1 commit ea4f43cCopy full SHA for ea4f43c
ydb/core/protos/feature_flags.proto
@@ -118,7 +118,7 @@ message TFeatureFlags {
118
optional bool SuppressCompatibilityCheck = 103 [default = false];
119
optional bool EnableUniqConstraint = 104 [default = true];
120
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
121
- optional bool EnableStatistics = 106 [default = true];
+ optional bool EnableStatistics = 106 [default = false];
122
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
123
optional bool EnableTablePgTypes = 108 [default = false];
124
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
0 commit comments