Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@prasad-aSUfhP • Sep 22, 2009
As far as I know, MySQL Clustering is a method of having a distributed MySQL systems across a network in such a manner, that even if one of the machines fail, the system can provide data still.
Check mysql.com's site for white-paper's on this. The basic funda being if properly configured, a minimum set of 3 (or more) machines can function like a cluster ... with real-time two phase commits replicating data across each other. -
@itchap-RKJQDB • Sep 22, 2009
I think this site will help you.
#-Link-Snipped-#
-
@thebigk • Sep 22, 2009
Thank you, itchap. That link is very useful! 😀