MySQL Forums
Forum List  »  Newbie

Re: Too many tables; MySQL can only use 61 tables in a join
Posted by: Keith Larson
Date: April 22, 2014 07:10PM

Yes the limit is 61
http://dev.mysql.com/doc/refman/5.6/en/joins-limits.html

Not sure what version you are using but it has had this limit for some time
http://dev.mysql.com/doc/refman/4.1/en/joins-limits.html

How optimized is your query if you are joining that many tables?

Can you use a View to gather some data for you a little better then reference that?

Just trying to help....

http://anothermysqldba.blogspot.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Too many tables; MySQL can only use 61 tables in a join
April 22, 2014 07:10PM


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.