August 18, 2015 at 7:20 am
I have a table which has XML data, so it takes lot of time to delete it.
Here's the condition:
Archive all data older than 2 months and delete it.
What would be the good approach for this?
August 18, 2015 at 8:01 am
You can think of patitioning the table based on week/Month and drop the partition
August 18, 2015 at 8:12 am
PJ_SQL (8/18/2015)
I have a table which has XML data, so it takes lot of time to delete it.Here's the condition:
Archive all data older than 2 months and delete it.
What would be the good approach for this?
Heh... stop storing XML in tables? 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
August 18, 2015 at 10:06 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply