I have a (SQL 2000) table that will be growing by around 1.5 million rows per month. The row size is about 650 bytes. We will want to retain rows for either three months or twelve months, depending on feasability. The table will be accessible by up to 15,000 users, although in reality I would be surprised if 1% of these ever actually access it. There will be a one-of insert of rows every month, by automatic import, and then all access will be by select queries, for reports run by users.
Does anybody foresee any problems with this? What steps may I take to maximise performance? (Obviously I intend to specify indexes for frequently searched-on columns)
Any help gratefully received!
Does anybody foresee any problems with this? What steps may I take to maximise performance? (Obviously I intend to specify indexes for frequently searched-on columns)
Any help gratefully received!