Our accounts database (custom system using the SQLite functions) consists of around 100,000 accounts, with dozens of new accounts added daily. From researching PerformanceBrowser, it seems SQL queries are what is causing the longest execution time in scripts, therefore generating lag.
Would it be advised to prune all the old accounts (I'm sure 99% of the accounts are not currently in use) to optimize execution, or would it not really make that much of a difference?
Question
Callum
Our accounts database (custom system using the SQLite functions) consists of around 100,000 accounts, with dozens of new accounts added daily. From researching PerformanceBrowser, it seems SQL queries are what is causing the longest execution time in scripts, therefore generating lag.
Would it be advised to prune all the old accounts (I'm sure 99% of the accounts are not currently in use) to optimize execution, or would it not really make that much of a difference?
Link to comment
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now