Halil Ozan Akgul
d171a736ab
Revert "Creates new colocation for colocate_with:='none' too"
...
This reverts commit f74447b3b7
.
2022-05-17 15:32:22 +03:00
Halil Ozan Akgul
f74447b3b7
Creates new colocation for colocate_with:='none' too
2022-05-16 13:39:05 +03:00
Burak Velioglu
1460452442
Introduce CREATE/DROP VIEW
...
Adds support for propagating create/drop view commands and views to
worker node while scaling out the cluster. Since views are dropped while
converting the table type, metadata connection will be used while
propagating view commands to not switch to sequential mode.
2022-05-10 13:07:14 +03:00
Onder Kalaci
24fcd2a88c
Handle dropping the partitioned tables properly
...
Before this commit, we might be leaving some metadata on the workers.
Now, we handle DROP SCHEMA .. CASCADE properly to avoid any metadata
leakage.
2022-03-07 10:02:54 +01:00
Ahmet Gedemenli
76b63a307b
Propagate create/drop schema commands
2022-02-10 14:58:09 +03:00
Halil Ozan Akgul
11072b4cb8
Normalize create role command in drop_partitioned_table test
2021-11-30 12:46:22 +03:00
Halil Ozan Akgul
87a1c760d9
Fix tests in multi-1-schedule that fail with metadata syncing
2021-11-26 12:09:53 +03:00
Naisila Puka
acb5ae6ab6
Skip dropping shards when we know it's a partition ( #5176 )
2021-08-31 17:41:37 +03:00