(rahulsisondia) MySQL Enterprise Backup (MEB) is a highly efficient tool for taking backups of your MySQL databases. In the 3.11.0 release we are taking that one step further by introducing a new concept called “optimistic” backup. Optimistic backup leverages the patterns we saw frequently especiall
Tag: Open Source
MySQL 101: Monitor Disk I/O with pt-diskstats
(Muhammad Irfan) Here on the Percona Support team we often ask customers to retrieve disk stats to monitor disk IO and to measure block devices iops and latency. There are a number of tools available to monitor IO on Linux. iostat is one of the popular tools and Percona Toolkit, which is free, conta
Recover Table Structure From InnoDB Dictionary
(Aleksandr Kuzminsky) When a table gets dropped MySQL removes respective .frm file. This post explain how to recover table structure if the table was dropped.
mysqld_multi: How to run multiple instances of MySQL
(Fernando Laudares) The need to have multiple instances of MySQL (the well-known mysqld process) running in the same server concurrently in a transparent way, instead of having them executed in separate containers/virtual machines, is not very common.
Suggestions for transitioning into Strict SQL-Mode
(Morgan Tocker) As MySQL 5.6 now enables the SQL Mode STRICT_TRANS_TABLES for new installations, I have been running into users who have been upgrading from previous versions, and not quite sure how to test their application for compatibility with this new default.
When (and how) to move an InnoDB table outside the shared tablespace
(Fernando Laudares) In my last post, “A closer look at the MySQL ibdata1 disk space issue and big tables,” I looked at the growing ibdata1 problem under the perspective of having big tables residing inside the so-called shared tablespace. In the particular case that motivated that post, we had a cus
Putting MySQL Cluster in a container
(Daniël van Eeden) To get more familiar with docker and to create a test setup for MySQL Cluster I created docker images for the various components of MySQL Cluster (a.k.a. NDB Cluster)
A closer look at the MySQL ibdata1 disk space issue and big tables
(Fernando Laudares) A recurring and very common customer issue seen here at the Percona Support team involves how to make the ibdata1 file “shrink” within MySQL. I can only imagine there’s a degree of regret by some of the InnoDB architects on their design decisions regarding disk-space management b
Aug 26, 2014. Query Sphinx with Node.js
(Steve Barker) You probably already know that Sphinx supports MySQL binary network protocol. But, if you haven’t heard– Sphinx can be accessed with the regular ol’ MySQL API. Pretty much any language you use to query MySQL can be used to query Sphinx.
mysqld_multi: How to run multiple instances of MySQL
(Fernando Laudares) The need to have multiple instances of MySQL (the well-known mysqld process) running in the same server concurrently in a transparent way, instead of having them executed in separate containers/virtual machines, is not very common.
