Managing partitions for a table
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following code enables a table for multi-tenancy and changes the area
for its index, field, and table partitions. It also uses the Allocate( ) methods on the table partitions, which also allocate the index
and field partitions of the table. (The Allocate( )
method cannot be used directly on index and field partitions):
|
Note: The invocation of
partition:Allocate( )is specified only for table partitions (in the final
DO loop), because all LOB field and index partitions
are allocated automatically along with their parent table partitions.For more information, see: