high all,
I currently perform some tests with the
ALTER TABLE ROTATE PARTITION FIRST TO LAST ... RESET
statement.
I created a table contolled partitioned table with a single partitioned not clustered index
issuing the ROTATE statement, I expected that DB2 simly drops and recreates the corresponding VSAM-clusters. But instead, each record is deleted one by one, causing a lot of getpage requests .
What can I do, that DB2 drops and recreates the VSAM-clusters instead of deleting each record separately ?