Re: 2Q: odd number of nodes; one time queries
Hi,
Here are the answers to your questions:
1. The number of data node has to be divisible by the NoOfReplicas setting. Most people set it to 2, which would make the number have to be even. If you set it to 3, then you could have some possible odd values (3,9, etc..).
2. The cluster internally handles all of the distributed locking. So you can read/write data all you want on any data node, without any problems at all. If you were going to update the same row on two SQL nodes, one would wait for the other to commit, just like with normal row level locking.
Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com
Subject
Views
Written By
Posted
2115
September 21, 2005 08:56AM
Re: 2Q: odd number of nodes; one time queries
1498
September 21, 2005 01:16PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.