Skip to content

Commit 5933d41

Browse files
authored
Enable Column tables by default (#10906)
1 parent ea6af5f commit 5933d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ message TColumnShardConfig {
16641664
}
16651665
}
16661666
optional TTablesStorageLayoutPolicy TablesStorageLayoutPolicy = 1;
1667-
optional bool DisabledOnSchemeShard = 2 [default = true];
1667+
optional bool DisabledOnSchemeShard = 2 [default = false];
16681668
optional bool IndexationEnabled = 4 [default = true];
16691669
optional bool CompactionEnabled = 5 [default = true];
16701670
optional bool TTLEnabled = 6 [default = true];

0 commit comments

Comments
 (0)