Live MySQL clustering - What is it?

Kaustubh Katdare

Kaustubh Katdare

@thebigk Oct 22, 2024
I stumbled upon the term "Live MySQL Clustering" while reading a document. I tried searching on the web but couldn't find any article that explains it.

Anyone here has information about Live MySQL clustering?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Prasad Ajinkya

    Prasad Ajinkya

    @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

    itchap

    @itchap-RKJQDB Sep 22, 2009

    I think this site will help you.

    #-Link-Snipped-#
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Sep 22, 2009

    Thank you, itchap. That link is very useful! 😀