ALTER TABLE sales SET DISTRIBUTED BY (customer_id); ALTER TABLE sales SET DISTRIBUTED RANDOMLY; re-distribution table data after changing the distribution policy. ALTER TABLE sales SET WITH (REORGANIZE=TRUE); |
Changing the table distribution policy in Greenplumposted Apr 28, 2017, 4:17 PM by Sachchida Ojha
|