Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
The customers don't want to do the masive deletion and commit at one time.
The data to purge can be hughe.
Also, we do truncate the qualified oldest partition data.
Besides that, there are data which is qualified to purge across th
other partitions.
So we have to do the delete besides the partition truncate.
Also, we do truncate the qualified oldest partition data.
Besides that, there are data which is qualified to purge across th
other partitions.
So we have to do the delete besides the partition truncate.
How about running a single transaction delete per partition? that would segment the delete process.
By the way... what's the percentage of rows expected to be deleted? is it 50% or more?
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks