Define a partition policy
- Last Updated: June 14, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Defining a partition policy record requires you to define the table being partitioned and the attributes of the partition listed in the following table:
| Property | Description |
|---|---|
| Policy name | A unique name for the partition policy. Do not use spaces or special characters such as the asterisk (*), the ampersand (&), and the period ( . ).You can use the underscore (_) character in addition to alphanumeric. |
| Description | A description of the partition policy. |
| Database connection | The database connection name of a table-partitioning-enabled database. |
| Table | The name of the table. |
| Default data area | The default storage area for the table’s data. |
| Default index area | The default storage area for the table’s indexes. |
| Default LOB area | he default storage area for the table’s LOBs. |
| Allocation | Object allocation rule
|
| Has range | The table partition type
|
| Partition fields | Identifies the partition fields. You can easily select the fields with the Use Add field from table or Add fields from index to add partition fields. If a local index uses the selected field, the index appears in the Partition aligned indexes area. |
| Partition aligned indexes | Identifies partition-aligned indexes to use in the partitioning. |