Bug #20628 | Modify NDBAPI optimized node selection to request preferred nodes | ||
---|---|---|---|
Submitted: | 22 Jun 2006 14:30 | ||
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S4 (Feature request) |
Version: | mysql-5.0 | OS: | Any (*) |
Assigned to: | CPU Architecture: | Any |
[22 Jun 2006 14:30]
Hartmut Holzgraefe
[29 Aug 2006 21:49]
Pekka Nousiainen
Passing node ids could be called "rule based" selection. I think a "cost based" selection would be better. Add some network metrics to config.ini, or deduce them from transporter type. One reason is not to expose node ids to applications. That seems far too low-level.
[28 Sep 2016 17:43]
Mauritz Sundell
Posted by developer: In 7.5 the MySQL server option ndb_data_node_neighbour can be used to set one preferred data node. The option was introduced with the new read backup feature. Some notes how and when to use ndb_data_node_neighbour can be read in Bug #23555834 DATA_NODE_NEIGHBOUR BYPASSES OPTIMIZED_NODE_SELECTION