Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : ABL API for Multi-tenant and Table Partition Management : Executing DataAdminService utilities : PartitionMergeUtility class : Merge multiple partitions into a target partition
 
Merge multiple partitions into a target partition
To merge multiple partitions into a target partition, specify the start-partition, end-partition, and target-partition parameters in the PartitionMergeUtility class. If the start and end partitions are not adjacent to each other, in addition to the start and end partitions, the data from all the partitions between the two is merged into the target partition. Finally, all the partitions that have been merged into the target partition are deleted.