I have been reading through previous posts regarding database bloat and have not been able to find anything that might fix my problem. We have been using this database for many years. We have the same amount of people accessing the database.
The problem is now we are pulling the information from a .csv file rather than inputting it. All the information is put into an AS400 system and then a .csv file is exported every 15 minutes. I have a front-end interface that runs all the append and update queries, make table queries, etc.. None of this is done on the backend. When no users are accessing the information this update occurs every 15 minutes and the database does not grow in size.
However, when the updates are occuring and there are users accessing the database, the within a few hours it grows to 2 GB and is unusable. I have to boot everyone off and noon and compact it. This is not working very well. Is there a way to slow the growth? As I said, no transactions are being done on the backend. All the tables are linked to user interfaces.
Any help would be greatly appreciated.
The problem is now we are pulling the information from a .csv file rather than inputting it. All the information is put into an AS400 system and then a .csv file is exported every 15 minutes. I have a front-end interface that runs all the append and update queries, make table queries, etc.. None of this is done on the backend. When no users are accessing the information this update occurs every 15 minutes and the database does not grow in size.
However, when the updates are occuring and there are users accessing the database, the within a few hours it grows to 2 GB and is unusable. I have to boot everyone off and noon and compact it. This is not working very well. Is there a way to slow the growth? As I said, no transactions are being done on the backend. All the tables are linked to user interfaces.
Any help would be greatly appreciated.