Tag: Open Source

Community

Making backups of select tables

(Leo Hsu and Regina Obe) Every once in a while, especially if you have a fairly large database, you may find the need to do select backups of certain tables. Your criteria might be based on name or how relatively recently data has changed in the table. Below are some of the tricks we use. Some use o

Community

TEXT vs. VARCHAR

(Sheeri K. Cabral) On first glance, it looks like TEXT and VARCHAR can store the same information. However, there are fundamental differences between the way TEXT fields and VARCHAR fields work, which are important to take into consideration.

Community

What’s in *Your* Binlog?

(Robert Hodges) Over the last couple of months I have run into a number of replication problems where I needed to run reports on MySQL binlogs to understand what sort of updates servers were processing as well as to compute peak and average throughput. It seems that not even Maatkit has a simple t