MySQL Forums
Forum List  »  Federated Storage Engine

Re: Federated
Posted by: Patrick Galbraith
Date: May 25, 2005 12:32PM

Ray,

I think the main issue with what you're experiencing is that result set being to large. This is something I think I'll look at changing, that is from 'mysql_store_result' to using 'mysql_use_result', because if the select is huge, then there will be problems since the federated storage engine retrieves the whole result set, which could end up not having enough memory. This is just an initial guess.

Also, as Antony mentioned, there are more improvements/ehancements with federated coming down the pike. This first version was very much 'proof-of-concept' and not a final product by any means.

Thank you for using it however, and finding these issues!

Kind regards,

Patrick

Options: ReplyQuote


Subject
Views
Written By
Posted
6795
March 28, 2005 07:20PM
3352
April 18, 2005 06:58PM
3085
May 17, 2005 01:01PM
3477
May 22, 2005 05:59PM
3002
May 24, 2005 05:51AM
Re: Federated
3038
May 25, 2005 12:32PM
3159
August 19, 2005 09:27AM
3215
September 27, 2005 11:29AM


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.