(Luis Soares) MySQL 8.0.1 has just been released with a wonderful set of features across the board. Specifically in replication, there is plenty of new and exciting functionality as well as performance improvements. In this post I am going to summarize the replication features of this development m
Tag: Open Source
ProxySQL Rules: Do I Have Too Many?
(Tibor Korocz) In this blog post we are going to take a closer look at ProxySQL rules. How do they work, and how big is the performance impact of having many rules?
Reset root password on Galera Cluster (Percona or MariaDB)
(Kedar Vaijanapurkar) We have known methods to reset MySQL root password but in this post we’ll see how that works for a Galera Cluster; may it be Percona XtraDB Cluster or MariaDB Galera cluster.
InnoDB Page Merging and Page Splitting
(Marco Tusa) If you met one of the (few) MySQL consultants around the globe and asked him/her to review your queries and/or schemas, I am sure that he/she would tell you something regarding the importance of good primary key(s) design. Especially in the case of InnoDB, I’m sure they started to expla
Proposal to Change the Behavior of JSON_MERGE
(Morgan Tocker) In MySQL 5.7, one of the most popular new features is the introduction of JSON:
Prepared Statements in MariaDB 10.2
(Federico Razzoli) Prepared statements are particularly useful in stored procedures. In fact, they are the only way to execute dynamic SQL, which means that, for example, the list of ORDER BY columns is in a variable. You can do this by composing an SQL string, as you do in other languages.
Updated – How to Bootstrap MySQL or MariaDB Galera Cluster
(Ashraf Sharif) Unlike standard MySQL server and MySQL Cluster, the way to start a MySQL/MariaDB Galera Cluster is a bit different.
Non-Deterministic Order for SELECT with LIMIT
(Alexander Rubin) In this blog, we’ll look at how queries in systems with parallel processing can return rows in a non-deterministic order (and how to fix it).
Analyzing Changing Workloads with the USL
(Baron Schwartz) Production servers often have much more dynamic, complex workload and behaviors than you might be accustomed to seeing, because most monitoring products aggregate system behavior into high-level global metrics, losing all the detail.
Dealing with MySQL Error Code 1215: ‘Cannot add foreign key constraint’
(marcos.albe) In this blog, we’ll look at how to resolve MySQL error code 1215: “Cannot add foreign key constraint”.
