Hi All,
I have a requirement to create a table which will snapshot the data weekly and it will be having around 50K rows every week, so i need to create a table and keep adding this data weekly. However my concern is after few months or years down the lane the table will be so huge as it keeps updating weekly.
My data will be used in a report to show this week vs last week data and if needed we should be able to change the report dates and it should pull any weeks data at any given point of time thats the reason i want to snapshot it.
So i am trying to brainstorm some ideas onto how to work around with this so that we dont take much space on the DB and server, Can someone please help me with any ideas on this? I may not need to create a table and append weekly if there is any other way of doing it.
Any ideas/thoughts around this would be more appreciated.
Thanks.