JeffMickelsen
6 years agoQrew Cadet
Archiving Data
It has been my experience that data based applications run better when old generally irrelevant records are archived into a historical archive table. Typically these records are still required for historical analysis, but are not needed in day to day operations. I would like to plan and implement an archiving methodology for my app to be run on a quarterly basis.
I am not now and do not expect to ever get to the 500MB table limit. I just want to keep my app running well and responsive.
Is there a recommended way to archive these old records. If so, can you provide details on how best to implement it.
Or am I foolish to worry about this now. My app is just going live and is only adding less than 400 records a week.
I am not now and do not expect to ever get to the 500MB table limit. I just want to keep my app running well and responsive.
Is there a recommended way to archive these old records. If so, can you provide details on how best to implement it.
Or am I foolish to worry about this now. My app is just going live and is only adding less than 400 records a week.