How many JOIN Clauses are Allowed in a Query?
According to MySQL docs: http://dev.mysql.com/doc/refman/5.1/en/joins-limits.html
The maximum number of tables that can be referenced in a single join is 61. This also applies to the number of tables that can be referenced in the definition of a view.
Does the same maximum (61) applies to MariaDB, too?
If yes, are there plans for raising this limit?
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.