News

Until recently, I've been a fan of the PostgreSQL database, but Mysql's database replication implementation is very slick. Not to disparage my favorite RDBMS too much, but PostgreSQL's replication ...
I'd like to hear some best practices / advice regarding MySQL clustering and replication.We've looked into the mysql clustering engine and while it seems nice, everything is stored in RAM and, as ...
As the world's most popular open source database, MySQL's speed, reliability, and ease of use have made user-generated content and social media available to the masses. In the 18 months since the ...
Setting up database replication is one of the most reliable means of getting a real-time backup of your MariaDB data. See how easy this is to achieve.
MySQL replication establishes a master-slave or master-master relationship between a pair of servers. These servers can be chained to build a circular set of many servers, or one master can be used ...