MySQL Forums
Forum List  »  Newbie

Re: Query performance
Posted by: Peter Brawley
Date: November 21, 2014 12:56PM

MySQL version?

Does one of the joined tables have big blob columns?

Your my.cnf has two [mysqld] sections, each with a different packet setting, 16M and 500M. When there are multiple settings, the last one takes. Does changing it affect your problem? If not, let's see the query, the result of Explain Extended on the query, and Show Create Table results for tables in the query.

Options: ReplyQuote


Subject
Written By
Posted
November 21, 2014 09:45AM
Re: Query performance
November 21, 2014 12:56PM
November 21, 2014 02:15PM
November 22, 2014 09:00AM
November 22, 2014 11:11AM


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.