Specifies the distribution key for the table being created.
Category: | Table Control |
Alias: | DISTRIBUTED_BY= |
Data source: | Greenplum, HAWQ |
specifies one or more DBMS column names to use as the distribution key.
specifies to determine the column or set of columns to use to distribute table rows across database segments. This is known as round-robin distribution.
dbcreate_table_opts='distributed by ("b")'