Hacker News new | ask | show | jobs
by stephenr 330 days ago
For reference those two pages are both about NDB cluster.

The two "options" I was referring to are MySQL group replication and the Galera replication plugin for MySQL. Both provide synchronous replication, so the write either succeeds to a majority of the cluster or is rejected.

1 comments

Understood, thanks! I wasn't even sure where to look - thank you