Define a partition policy detail
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Defining a partition policy detail record requires you to define the attributes of one specific partition. The properties of the partition policy detail are listed in the following table:
| Property | Description |
|---|---|
| Name/Description | A unique name of the partition policy detail; it corresponds to the partition name. 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. |
| Values | Specifies a column value.
|
| Allocation | There are three possible values:
|
| Default data area | The default value is inherited from the parent partition policy definition. Use this property to assign another area for the partition’s data. |
| Default index area | The default value is inherited from the parent partition policy definition. Use this property to assign another area for the partition’s indexes. |
| Default LOB area | The default value is inherited from the parent partition policy definition. Use this property to assign another area for the partition’s LOBs. |