ニュース

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 ...
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 ...
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.
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 ...
Oracle has recently announced the general availability of MySQL 8.2, which includes support for Read/Write Splitting. This long-awaited feature has been introduced in the latest innovation release ...