Skip to content

Commit 4f63a85

Browse files
committed
Revert "Enabled statistics in stable (#8107)"
This reverts commit d1693e4.
1 parent 89f23d4 commit 4f63a85

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
@@ -118,7 +118,7 @@ message TFeatureFlags {
118118
optional bool SuppressCompatibilityCheck = 103 [default = false];
119119
optional bool EnableUniqConstraint = 104 [default = false];
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)