(Shinguz) Sometimes it could be desirable to replicate from a Galera Cluster to a single MySQL slave or to an other Galera Cluster. Reasons for this measure could be:
Tag: Open Source
MySQL Insert from Query
(Michael McLaughlin) While working with an error that my students surfaced in the Oracle Database 12c, I blogged about the limit of using a subquery in an Oracle INSERT statement, and I discovered something when retesting it in MySQL. It was a different limitation.
PECL/mysqlnd_ms: Distributed Transaction/XA support coming, e.g. for MySQL Fabric?
(Ulf Wendel) The development version of PECL/mysqlnd_ms now has an very early version of distributed (2PC/XA) transaction support tailored for use with clusters of MySQL servers. XA transactions can span multiple servers in a cluster to ensure transaction guarantees among them.
mydumper [less] locking
(Max Bubenick) In this post I would like to review how my dumper for MySQL works from the point of view of locks. Since 0.6 serie we have different options, so I will try to explain how they work.
MySQL: Extracting timstamp and MAC address from UUIDs
(Roland Bouman) I recently overheard a statement about whether to use auto-incrementing id’s (i.e, a sequence managed by the RDBMS) or universal unique identifiers (UUIDs) as method for generating surrogate key values.
Using MySQL 5.6 Performance Schema in multi-tenant environments
(Alexander Rubin) Hosting a shared MySQL instance for your internal or external clients (“multi-tenant”) was always a challenge. Multi-tenants approach or a “schema-per-customer” approach is pretty common nowadays to host multiple clients on the same MySQL sever.
Time-Series Database Requirements
(Baron Schwartz) I’ve had conversations about time-series databases with many people over the last couple of years. I wrote previously about some of the open-source technologies that people commonly use for time-series storage.
MariaDB 10 is a Sandbox killjoy?
(Giuseppe Maxia) Using MySQL Sandbox I can install multiple instances of MySQL. It is not uncommon for me to run 5 or 6 instances at once, and in some occasions, I get to have even 10 of them. It is usually not a problem. But today I had an issue while testing MariaDB, for which I needed 5 instances
Do not trust vmstat IOwait numbers
(Peter Zaitsev) I’ve been running a benchmark today on my old test box with conventional hard drives (no raid with BBU) and noticed something unusual in the CPU utilization statistics being reported.
MySQL 5.5 Maximum Sequence in Binary Logs
(Adam C. Scott) MySQL Binary Logs use a sequence number as the extension.
