Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What's the current status for Database failover? MySQL in my case - to mirror that is what's been holding me back.

What happens with 1/10 second's database records not replicated? That could be a successful transaction on one, and no record of it on the other?



> What happens with 1/10 second's database records not replicated?

You can use a multi-master setup and strict consistency checks, though.


Multi-master MySQL is generally regarded to be a very, very bad idea. Single master with multiple GTID replicas and promoting a replica to master upon failure is BCOP.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: