We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f23d4 commit 4f63a85Copy full SHA for 4f63a85
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 = false];
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