Saturday, July 01, 2017

Achieving High Availability in MySQL

DZone Database Zone
Achieving High Availability in MySQL

We've already discussed hitting capacity in MySQL, sharding complications and complexities, and flexing database capacity up and down. This time, we'll be discussing achieving high availability in MySQL.

When discussing high availability, the following questions usually come up first: Do you need it? Why?

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...