Skip to content

Commit

Permalink
Enable Column tables by default (#10906)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Nov 19, 2024
1 parent ea6af5f commit 5933d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ message TColumnShardConfig {
}
}
optional TTablesStorageLayoutPolicy TablesStorageLayoutPolicy = 1;
optional bool DisabledOnSchemeShard = 2 [default = true];
optional bool DisabledOnSchemeShard = 2 [default = false];
optional bool IndexationEnabled = 4 [default = true];
optional bool CompactionEnabled = 5 [default = true];
optional bool TTLEnabled = 6 [default = true];
Expand Down

0 comments on commit 5933d41

Please sign in to comment.