MySQL Forums
Forum List  »  NDB clusters

Re: Process co-location: force mysqld to prefer local ndbd
Posted by: Mikael Ronström
Date: December 01, 2016 11:10AM

The MySQL Server will automatically prefer using the local
data node if there is a choice. However to actually get
completely local reads you need to use the new READ_BACKUP
feature that ensures that reads can go to any of the replicas.
We avoid that for normal tables to ensure that you can read
your own writes.

Check my blog on READ_BACKUP feature for more info on this:
http://mikaelronstrom.blogspot.co.uk/2016/10/read-any-replica-in-mysql-cluster-75.html

Mikael Ronström

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Process co-location: force mysqld to prefer local ndbd
677
December 01, 2016 11:10AM


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.