MySQL Forums
Forum List  »  General

Re: View from different databases/tables
Posted by: Oleksandr Byelkin
Date: April 11, 2005 03:03PM

This kind of queries now implemented via temporary table algorithm now, so think about it as about subquery in the FROM clause. Having not any WHERE clause in it made it in efficient, bacause of creation of huge temporary table.

Mr. Oleksandr Byelkin
MySQL AB, Full-Time Developer
Lugansk, Ukraine

Options: ReplyQuote


Subject
Written By
Posted
N J
April 11, 2005 11:31AM
Re: View from different databases/tables
April 11, 2005 03:03PM


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.