Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Our application was running fine last month but now it is running slow. What is happening?

0
Posted

Our application was running fine last month but now it is running slow. What is happening?

0

There could be a variety of causes. The most effective method to prevent a performance issue is to analyze each and every SQL statement in the application using a utility that is currently available called “explain.” By using “explain” in a development environment with enough test data, the poorly performing SQL statement can be identified. Explain will identify if a SQL statement may need to be rewritten, if an index isn’t being used properly, or if an index isn’t being used at all. Once the problem is correctly identified, several possible solutions are available. Analyzing the application code in development prevents reactive solutions from occurring in production. Please contact us for more information on “explain” for each of the database management systems we administer and we will be happy to provide more information on what is available for you and your environment.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123