MySQL Forums
Forum List  »  NDB clusters

Re: Speed Issue
Posted by: Harrison Fisk
Date: July 10, 2006 01:08PM

Hi,

Yes, generally communication happens between all of the data nodes when running. This is to synchronize locking, data writes, etc... between the nodes. This is required to make sure that everything is consistent between the different systems.

There is some work to allow MySQL Cluster to pick certain nodes based on what the connection being used is, but that only applies with things like shared memory vs. tcp/ip vs. SCI and such. It isn't always that large of a performance gain either.

MySQL Cluster is designed to run on high performance networks, not slower ones (same as most clustering software). If you have to have a slow network involved, then I would look into replication as it performs well over slow interconnects. As of MySQL 5.1, you can also replicate between seperate clusters as well across slow connections.

Options: ReplyQuote


Subject
Views
Written By
Posted
1627
July 10, 2006 08:58AM
Re: Speed Issue
808
July 10, 2006 01:08PM
713
July 10, 2006 01:47PM
1003
July 12, 2006 07:47AM
783
July 13, 2006 12:30PM


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.