onder_view
Burak Velioglu 2022-04-22 12:08:08 +03:00
parent 46aef6115e
commit 5efe6061e8
1 changed files with 1 additions and 1 deletions

View File

@ -222,8 +222,8 @@ create view v_dist as select * from dist;
select alter_table_set_access_method('local','columnar');
select alter_table_set_access_method('ref','columnar');
select alter_table_set_access_method('dist','columnar');
SELECT alter_distributed_table('dist', shard_count:=1, cascade_to_colocated:=false);
select alter_table_set_access_method('local','heap');