4. Creating a Database and Loading Data : Create a Table : Changing Partitioning
 
Share this page                  
Changing Partitioning
Partitioning can be changed only by recreating the table. For example:
CREATE TABLE new_table AS SELECT * FROM old_table WITH PARTITION = (HASH ON key NN PARTITIONS)