June 18, 2013

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

… volume mounted, and went to try to install MySQL. It failed miserably on the mysql_install_db process. Every time I tried…: 1033 Incorrect information in file: ‘./mysql/servers.frm’ Running mysql_install_db under strace, I saw that it was getting a… –skip-grant-tables and insert a few rows into an InnoDB table, but trying to run a simple mysqlslap just hung…

Post: Implementing SchemaSpy in your MySQL environment

… it a little help in the form of metadata files. Installation of SchemaSpy and Dependencies Download the latest copy of SchemaSpy…) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`parent_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 CREATE TABLE `child_A` ( `id` int(10…_1` FOREIGN KEY (`parent_id`) REFERENCES `parent` (`parent_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 Notice that in the case of child…

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

… naming issue that could lead to unresolved package dependencies when installing Percona Server 5.1. Bug fixed #893860. The log tracker… if a bitmap file I/O error occurs after an INNODB_CHANGED_PAGES query started returning data to indicate an incomplete… if changed page tracking is enabled. Bug fixed #1184517. The INNODB_CHANGED_PAGES table couldn’t be queried if the log…

Post: Percona Server for MySQL 5.5.31-30.3 now available

… has introduced innodb_read_views_memory and innodb_descriptors_memory status variables in the Extended Show Engine InnoDB Status to improve InnoDB memory usage… a memory leak if query cache was used together with InnoDB. Bug fixed #1170103. Fixed the RPM packaging regression that was… caused mysql schema to be missing after the clean RPM installation. Bug fixed #1174426. Fixed the Percona-Server-shared-55 and…

Comment: INSERT INTO ... SELECT Performance with Innodb tables.

… 5.5. Here is the related output from show engine innodb status: —TRANSACTION BB0E42A, ACTIVE 3 sec fetching rows, thread declared inside InnoDB 334 mysql tables in use 4, locked 4 3264 lock… SELECT ld.label_id, cai.inventory_id, COUNT(1) as installed_count from client_app_inventory cai inner join device d…

Post: MySQL 5.6 - InnoDB Memcached Plugin as a caching layer

…, here is how one would start the memcached plugin: mysql> install plugin daemon_memcached soname ‘libmemcached.so’; In an effort to… code for this benchmark: // Identical config/code for memcached vs InnoDB $frontendOpts = array( ‘caching’ => true, ‘lifetime’ => 3600, ‘automatic_serialization’ => true ); $memcacheOpts…, here are the relative differences: InnoDB store operation was 280% higher (~1.73 ms/op) InnoDB fetch operation was 20% higher (~.06…

Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

… upstream bug #49169. This also provides much better scalability in InnoDB high-concurrent workloads. Bugs fixed #1131189 (Alexey Kopytov). In the… innotop and its InnoDBParser Perl package from source and Debian installation. Bug fixed #1032139 (Alexey Bychko). UDF/configure.ac was incompatible…

Post: Percona Server for MySQL 5.5.30-30.2 now available

… upstream bug #49169. This also provides much better scalability in InnoDB high-concurrent workloads. Bugs fixed #1131189 (Alexey Kopytov). In the… innotop and its InnoDBParser Perl package from source and Debian installation. Bug fixed #1032139 (Alexey Bychko). UDF/configure.ac was incompatible…

Post: Percona XtraDB Cluster 5.5.30-23.7.4 for MySQL now available

… innotop and its InnoDBParser Perl package from source and Debian installation. Bug fixed #1032139 (Alexey Bychko). The mysqld_safe script would… fixed #1154095 (Alex Yurchenko). If variable innodb_thread_concurrency has been defined to throttle InnoDB access, and work load contained DDL statements…

Post: Virident vCache vs. FlashCache: Part 1

… where the MySQL working set is significantly larger than the InnoDB buffer pool (thus leading to a lot of buffer pool… vCache and FlashCache. Ease of basic installation. The setup process was simply a matter of installing two RPMs and running a couple… is superior. Winner: vCache. Ease of post-setup modification / advanced installation. Many of the FlashCache device parameters can be easily modified…