MySQL Forums
Forum List  »  NDB clusters

Re: MySQL Cluster query cache not working
Posted by: Adam D
Date: June 29, 2006 08:09PM

The query 'cache' is localized to each mysqld is it not?
Your 2 node cluster assuming 2 replicas will sometimes choose the other datanode to pull data from instead of the local one, but the query processing is still being done on server3... unless the application is being told to connect to server2 mysqld.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Cluster query cache not working
1152
June 29, 2006 08:09PM


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.