Repartitioning a table

NoteThis functionality is available in Adaptive Server 15.0 and later.

By default, Adaptive Server creates every table with a single, round-robin partition. You can repartition a table according to these strategies:

StepsRepartitioning a table

  1. Double-click the Databases folder in the left pane.

  2. Double-click the icon of the database with the table to partition.

  3. Double-click the User Tables folder.

  4. Double-click the icon of the table to repartition.

  5. Select the Data Partitions folder.

  6. Double-click the Repartition icon in the right pane. The Create Partition wizard opens. The wizard asks for this information:

    Table 17-5: Inputs to the Create Partition wizard

    Input

    Description

    Hash, Range, List, or Round-robin

    Choice of partitioning strategy.

    Partition Key Columns

    Table columns that determine how the table is to be partitioned. For hash-, list-, and range-partitioned tables only.

    List partitioning has only one key column.

    Partition Name

    Name of partition (optional).

    Segment

    Segment name (optional).

    Values

    Enter values for range or list partitions.