Split from a composite partition
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Split from a composite partition
The table data of a partitioned table resides in the composite partition (the default partition) until the table data is moved to the respective partitions as per the table partition policy. You can mark partition details as split targets and then split them incrementally from the composite partition to dedicated partitions.
The following sample code shows how to split from a composite partition:
|
Partition details are marked as split targets. Using PartionSplitUtility,
data from the composite partition is split to the marked partition
details.
When splitting a composite partition, you can alternatively pass
the table, ITable, to PartionSplitUtility.
The following sample code-snippet illustrates how to split a
partition using the ITable interface:
|