Answer the question
In order to leave comments, you need to log in
Is it possible to optimize a SQL query?
There is a SQL query to the MySQL database, which runs for one and a half seconds. EXPLAIN of this query produces this
and the question is this: is it possible to optimize such a query without touching the structure of the database (well, except for adding additional indexes and other improvers)?
I'll listen to any suggestions ;)
Answer the question
In order to leave comments, you need to log in
Most likely, ORDER BY is taking so long.
ORDER BY optimization
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question