Skip to content

Commit ea4f43c

Browse files
authored
[] Disable enable statistics by default (#9899)
1 parent 56881e1 commit ea4f43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ message TFeatureFlags {
118118
optional bool SuppressCompatibilityCheck = 103 [default = false];
119119
optional bool EnableUniqConstraint = 104 [default = true];
120120
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
121-
optional bool EnableStatistics = 106 [default = true];
121+
optional bool EnableStatistics = 106 [default = false];
122122
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
123123
optional bool EnableTablePgTypes = 108 [default = false];
124124
optional bool EnableLocalDBBtreeIndex = 109 [default = false];

0 commit comments

Comments
 (0)