Hi,
We have a database that is used for email generation. Once a day, several hundred thousand emails are generated in one of the tables. Consequently, this particular table grows very large.
Then once the emails are sent out, the table shrinks in size (I'm not sure how this happens, but...) Anyways, it has to do with the data being deleted from the table.
So, we've got a situation where a table grows very large, then is reduced in size, on a daily basis.
Does anyone have any tips for the optimization for this process???
Thanks
We have a database that is used for email generation. Once a day, several hundred thousand emails are generated in one of the tables. Consequently, this particular table grows very large.
Then once the emails are sent out, the table shrinks in size (I'm not sure how this happens, but...) Anyways, it has to do with the data being deleted from the table.
So, we've got a situation where a table grows very large, then is reduced in size, on a daily basis.
Does anyone have any tips for the optimization for this process???
Thanks