I have a webserver in my application which talks to a single MySQL node. Instead of having just one MySQL node, I want to have a cluster of n nodes which form my database.
Is it possible to do this? Can some one point to a resource where I can read about how to do this.
I read about MySQL cluster but am more confused now; is there any beginner tutorial for that?
I don't want to rewrite the application, as I am under the impression that application code should never know whether it's talking to one DB node or a cluster of DB Nodes.