Bug #70450 | Manual does NOT list all kinds of inefficient queries over FEDERATED tables | ||
---|---|---|---|
Submitted: | 27 Sep 2013 13:05 | Modified: | 28 Jan 2015 13:56 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Jon Stephens | CPU Architecture: | Any |
Tags: | federated, performance |
[27 Sep 2013 13:05]
Valeriy Kravchuk
[27 Sep 2013 16:29]
MySQL Verification Team
Thank you for the bug report.
[5 Sep 2014 14:57]
Jon Stephens
Taking this one after discussing with Paul/Support.
[5 Sep 2014 15:31]
Jon Stephens
Hi Valeriy, Federated was developed to demonstrate access for row lookups from remote server--it wasn't really designed to work with complex queries. That being said, what you're actually probably looking for is the point when the server decides to send WHERE conditions as part of the remote request--otherwise, all other processing of the remote data happens on the local server using temporary tables (no indexes on these). So this is what we'll try to identify in the docs. cheers jon.
[28 Jan 2015 13:56]
Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.