Managing partitions for a table
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Managing partitions for a table
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.See also: