Merge one partition into a target partition
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To merge one partition into a target partition, specify
the start-partition and target-partition parameters
in the PartitionMergeUtility class. In the merge operation, the
data from the start partition is moved into the target partition
and then the start partition is deleted.
The following sample code shows how to merge one partition into a target partition:
|