Using a Range Partition

Create a new partition or change an existing partition according to whether one or more values in a row fall within a range of predefined values for the partition.

Note: Semantic partitioning must be enabled in order to create hash, list, or range partitions.
  1. In the Perspective Resources view, select the server on which the table resides, then click the drop-down arrow next to the server name and select Administration Console.
  2. In the left pane of the Administration Console, expand ASE Servers > Schema Objects > Tables, then choose one of the following:
    • User Tables
    • Proxy Tables
  3. Select the table for the partition.
  4. Select Properties.
  5. Select Partitions.
  6. Choose to create a new partition or change an existing partition.
  7. In the Select Partition Strategy window, choose Range.
  8. In the Select Partition Key Columns window, use the arrow buttons to select partition key columns.
    Partition key columns are table columns that determine how the table is to be partitioned.
  9. In the Partition Specification window, specify the name of the partition, the range of values, and where the partition will reside.
  10. (Optional) Click Summary to verify your selected options.
Related tasks
Updating Partition Statistics
Deleting Partition Statistics
Using a Hash Partition
Using a List Partition
Using a Round-Robin Partition
Enabling Semantic-based Partitioning