June 20, 2013

Comment: Percona Server 5.6.11-60.3 first Release Candidate now available

does/will Percona 5.6 include handlersocket? I assume it’s including the memcache nosql interface in mysql 5.6, correct?

Comment: Percona Server 5.1.69-14.7 now available: A drop in replacement for MySQL

Why does the mysql client says it’s 5.1.70? Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 138 Server version: 5.1.70-rel14.7-log Percona Server (GPL), 14.7, Revision 572

Comment: Sample datasets for benchmarking and testing

the links here are useful and informative…

Comment: How to change innodb_log_file_size safely

@Question: Did your innodb engine startup correctly? Seems to me that you can see any innodb dbs because of this.

Comment: Replication in MySQL 5.6: GTIDs benefits and limitations - Part 1

tables (such as MYISAM) with innodb tables within the same transaction. The same issue can arise if slave host is using different storage engine for the respective table

Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency

the InnoDB storage engine.  In my testing I discovered that innodb_old_blocks_time had an effect on performance of thethe filesystem level. The InnoDB indexes were built using ALTER TABLE fast index creation (merge sort). For the

Post: The small improvements of MySQL 5.6: Duplicate Index Detection

… index ‘col2_2′ defined on the table ‘test.test’. This …for filtering by just the first one. Why can’t MySQL enforce this kind of constraints? For many reasons: theengine-dependent, like redundant suffixes for secondary keys in InnoDB. As some of this redundancies could be necessary, depending on the

Post: Choosing a MySQL HA Solution - Post-Webinar Q&A

for two of everything. Q: Is it possible to replicate only some tables from…the same machine if you use the BLACKHOLE storage engine) in between the actual master and the slaves at the bottom of the replication topology. On the… something like that? I can’t imagine the performance being all that …

Post: Implementing SchemaSpy in your MySQL environment

…unsigned DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 CREATE TABLE `child_B` ( `id` int…the child tables they reference it as parent_id — this might make sense to Developers but it doesnt…great way for a high level overview of the table sizes and an easy way to use the

Post: MySQL Query Patterns, Optimized - Webinar questions followup

table could vanish if the slave restarts and then subsequent queries against the temp table fail. Q: Why doesnt the query optimizer take care thet clear, because I didn’t present the details of all the tables and columns.  It turned out this solution was 150x faster for