I have a DB with 170GB+ data , 1 table contains 90% of db data. we are planning to do a sliding window partition on the ChangeLog table . What would be the best solution to manage the data , so that i can remove old data with least amount of down time , as I only have to keep 3 months data online.
Current file group MainData [2%] ChangeLog [90%] [1 table in this file group ,needs to purge data every 3 months] EarthData [8%]