Skip to content

Commit

Permalink
Disable DataShard feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
azevaykin authored Feb 14, 2025
1 parent 82981cc commit c8c24c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ message TFeatureFlags {
optional bool EnableStatistics = 106 [default = true];
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
optional bool EnableTablePgTypes = 108 [default = false];
optional bool EnableLocalDBBtreeIndex = 109 [default = true];
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
reserved 111; // UseVDisksBalancing
optional bool EnableViews = 112 [default = false];
Expand All @@ -150,7 +150,7 @@ message TFeatureFlags {
optional bool EnableGraphShard = 125 [default = false];
optional bool EnableExternalSourceSchemaInference = 126 [default = false];
optional bool EnableDbMetadataCache = 127 [default = false];
optional bool EnableTableDatetime64 = 128 [default = true];
optional bool EnableTableDatetime64 = 128 [default = false];
optional bool EnableResourcePools = 129 [default = true];
optional bool EnableColumnStatistics = 130 [default = false];
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
Expand All @@ -167,12 +167,12 @@ message TFeatureFlags {
optional bool EnableOlapCompression = 142 [default = false];
optional bool EnableExternalDataSourcesOnServerless = 143 [default = true];
optional bool EnableSparsedColumns = 144 [default = false];
optional bool EnableParameterizedDecimal = 145 [default = true];
optional bool EnableParameterizedDecimal = 145 [default = false];
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true];
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];
optional bool EnableWritePortionsOnInsert = 149 [default = false];
optional bool EnableFollowerStats = 150 [default = true];
optional bool EnableFollowerStats = 150 [default = false];
optional bool EnableTopicAutopartitioningForReplication = 151 [default = false];
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
optional bool EnableSeparateDiskSpaceQuotas = 153 [default = false];
Expand Down

0 comments on commit c8c24c8

Please sign in to comment.