Skip to content

Commit d1693e4

Browse files
Enabled statistics in stable (#8107)
1 parent a5cc5e2 commit d1693e4

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 = false];
121+
optional bool EnableStatistics = 106 [default = true];
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)