May 24, 2012

Post: How would you compress your MySQL Backup

compressed file. This gives us compression speed of about 21MB/sec – clearly much less than even single SATA hard drive cancompressed file size. Though in this example we used MySQLcan pass through 1Gbit ethernet, meaning you actually can use LZO compression for faster data

Post: The case for getting rid of duplicate “sets”

How can we effectively reduce the data size of any set, possibly by orders of magnitude, with almost no work? Simple, wecompressed join search_set using (val) where compressed.cnt >= search_set.cnt; mysql> select * from compressed join search_set using (val) where compressed

Post: High-Performance Click Analysis with MySQL

data archiving on my own blog a while back.  The benefits of purging and archiving data cancan be overcome, but how much time do you have?  And the gains are simply limited by some of MySQL

Post: Innodb Caching (part 2)

compression. Here is the graph: The results are quite interesting from a lot of angles. First we can see how quickly performance canMySQL 5.5 As a summary: If you have very random access pattern with small rows consider using 4K pages, compression

Post: Shard-Query EC2 images available

much information. This can cause the disk to fill up with logs. You cancompression results in the need for fewer nodes in order to keep data entirely in memory. This frees disk to usemysql wait-timeout=86400 To be continued You can

Post: Identifying the load with the help of pt-query-digest and Percona Server

…MISC part, it tells you how much of “load” is not covered by top queries, we have 10% in …you can use to gather more data about the underlying tables involved and the query execution plan used by MySQL. … might even compress the values stored in the option_value column so that less data is read and…

Post: Using CHAR keys for joins, how much is the overhead ?

… below are for MySQL 5.1.18 using MyISAM and…row data from OS Cache. So what if we … expected as MyISAM uses key compression for varchar columns … but gave me much longer keys. The …how do I read these results ? CHAR keys are indeed slower for joins compared to integer keys Performance degradation can

Post: Heikki Tuuri Innodb answers - Part I

use and requirement to “guess” how your data will compress for the whole table. Among other things compression for data pages and uncompressed index pages canwe have 8 blobs 8xN bytes will be allocated) Question: How much

Post: MySQL Users Conference - Innodb

data and for various indexes. How many “fragmented” pages do we have in the index with current compression settings. The same utility could be useduses dynamic or static record format ? (static record format for sort used by MyISAM may cause sort files to be much… many MySQL patches so we can call …

Post: Falcon Storage Engine Design Review

We should however see how “compact” they would be in real world cases and how muchdata (it is not implemented in MySQL anyway though). Very interesting to see how this one will compare to transparent gzip page compression… typical for MySQL use of Databases just as directories it can be the problem…