Skip to content

Commit

Permalink
Enabled statistics in stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvelikhov committed Aug 21, 2024
1 parent 8043c50 commit 3fe5ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ message TFeatureFlags {
optional bool SuppressCompatibilityCheck = 103 [default = false];
optional bool EnableUniqConstraint = 104 [default = false];
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
optional bool EnableStatistics = 106 [default = false];
optional bool EnableStatistics = 106 [default = true];
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
optional bool EnableTablePgTypes = 108 [default = false];
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
Expand Down

0 comments on commit 3fe5ca4

Please sign in to comment.