Adding partitioning key columns when altering a table

For partitioned database environments only.Use the Partitioning Key page of the Alter Table notebook to add or remove partitioning key columns.

The partitioning key can only be altered if this table resides in a single-node nodegroup.

Fields and controls



To add partitioning key columns:

  1. Open the Alter Table notebook.

  2. Click on the Partitioning Key tab.

  3. In the Available columns box, select the columns that you want to add as partitioning key columns.

  4. Click on the > push button to move the selected columns to the Partitioning key columns box.

  5. If you do not want to make any additional changes to the table, click on OK to alter your table and close the Alter Table notebook. Otherwise, continue on to one or more of the optional tasks.


Related information