Skip to content

Commit 5b68ac8

Browse files
alexd65536uzhastik
authored andcommitted
fix potential GetStatistics hanging during rolling update; enable statistics by default (ydb-platform#9973)
1 parent 7e582fb commit 5b68ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = true];
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)