Answer the question
In order to leave comments, you need to log in
How to improve SQL query performance?
There is a request -
SELECT * FROM all_data ad INNER JOIN required r ON ad.isbn=r.required_isbn
Answer the question
In order to leave comments, you need to log in
Where should such requests be made?
The problem here is architecture.
It's one thing if it's rare, but it's another thing if it's constant.
And you can find out what tupit means?
As I understand it is necessary to return the full result of the request? Could this be a slow I/O problem?
The script is nowhere simpler and it is difficult to advise without a table structure. Depending on what is stored in the tables - I would remove the asterisk and clearly list the data to be returned (100% you return the same identifier twice)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question