Getting Started with the MariaDB HandlerSocket Plugin
About 4 years ago, the guys at DeNA created the HandlerSocket plugin for MySQL. In Yoshinori Matsunobu’s blog, he benchmarks […]
Multisource Replication: How to resolve the schema name conflicts
MariaDB 10.0 has introduced the functionality to replicate data from more than one Master server. This is what many have […]
Introduction to four key MariaDB client commands
Featured Resource 2019 Webinar: Oracle to MariaDB: Pragmatic Migration Strategies Watch Now _________________________ It’s time to get to know four […]
MaxScale – from proxy to MySQL replication relay
Mark Riddoch, one of the MaxScale team, describes how a MaxScale plugin was developed for booking.com that allowed the proxy […]
How to search for and replace a text string in MariaDB on Linux
There will come a time when you must search for a particular text string in a field in MariaDB, and […]
Using MaxScale to segregate load in a MySQL server cluster
The server weighting feature of MaxScale may initially be seen as a way to influence load balancing for unequal servers, […]
Compiling & Debugging MariaDB(and MySQL) in Eclipse from scratch – Part 5: “Profiling in Eclipse with OProfile”
Section 6: “Profile a real case” 6.1 INTRODUCTION Profiling & Debugging is an argument that would require an entire book, […]
Goodbye Replication Lag!
One of my favorite new features of MariaDB 10 is parallel slave replication ( https://staging-mdb.com/kb/en/parallel-replication/ ). With earlier versions of […]
Every SELECT from your Python program may acquire a metadata lock!
Metadata locking has been an exciting adventure for the last couple years in MySQL and MariaDB. Users and applications using […]
How to migrate from MySQL to MariaDB on Linux in five steps
Recommended Download Now _________________________ You’ve decided to move from MySQL to MariaDB, but you’re a little nervous. The last thing […]