MySQL Forums
Forum List  »  Performance

Re: Help improving performance on JOIN query
Posted by: Peter Brawley
Date: November 22, 2021 04:43PM

1 How much RAM is available to MySQL? What is innodb_buffer_pool_size?

2 MySQL version?

3 Let's see the result of Show Create Table for each table referenced by the query


4 ... amd the results of Explain analyze on the query.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help improving performance on JOIN query
260
November 22, 2021 04:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.