Hi All,
Sliding Windows Partition implementation on 2 File Groups. One file group is on Fast Disk & another is on Slow Disk. Here What I am trying to achieve is suppose I have 10 Partitions & out of 10, Old 1-5 I want to keep on Slow Disk File group & 6-10 I want to keep on fast disk File Group always.
To Bring next day data, I will split Latest Partition 10 & create another boundary 11 & this will be on fast disk file group. The oldest data that is in partition 1 need to switch out & merge partition 1 to partition 2. But with this, slowly all data will be moving to fast disk. In above case next day: 1-4 will be on Slow disk & 5-10 will be on fast disk. next day again I will split & merge and 1-3 will be on slow disk & 4-6 will be on fast disk. A day will come when all the data will be on fast disk but requirement is to keep old 1-5 always on slow disk & 6-10 always on fast disk.
How to do this?
Note: I have created 365*2 no of partitions to hold daily data in each partition & want to keep old one year data on slow disk & latest one year data on fast disk.
Thanks Shiven:) If Answer is Helpful, Please Vote