MOVE_PARTITIONS_TO_TABLE breaks ROS containers
We have a table where partitions are merged to a single ROS container using MERGE__PARTITIONS. When these merged partitions are moved to a new table using MOVE_PARTITIONS_TO_TABLE, the partitions are separated to new ROS containers of their own. Since the source and destination tables have the same structure with the same partition clause, shouldn't the MOVE_PARTITION_TO_TABLE function recognize partition merges if all the partitions being moved are in the same container?
0
Comments
A product enhancement request has been entered for future release.