Adding MySQL servers/ data nodes into database clustering without restarting mysql cluster
- by Dwayne Johnson
I currently have mysql clustering up and running. For high scalability is there a way to include either mysql node, data nodes, or management nodes without restarting the entire cluster. I wish to understand how is it implement or is there a documentation I can read. I believe only the latest version can support this. I am running NDB 7.0. I am aware that I am able to add the nodes online, but it requires me perform a rolling restart.
What other approach I can take to implement this without restarting in my network?