June 20, 2013

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

…the CVE-2012-5627 vulnerability, where an unprivileged MySQL account owner could perform brute-force …SCHEMA (CLIENT_STATISTICS, INDEX_STATISTICS, TABLE_STATISTICS, THREAD_STATISTICS, and USER_STATISTICS) led to the…file I/O error occurs after an INNODB_CHANGED_PAGES query started returning data to…

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

… fast machine with a Xeon E5-2680 (8 cores, 16 threads) with fast IO (OCZ R4 1.6TB) and 128GB memory…=/usr/local/mysql socket=/var/lib/mysql/mysql.sock user=justin innodb_buffer_pool_size=64G innodb_log_file_size=4G innodb_file_per_table innodb_stats_on_metadata=off innodb_file…

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

… align=”alignright” width=”247″] Percona Server for MySQL version 5.6.11-60.3[/caption…allocated calling calloc() directly instead of using InnoDB heap allocation. This may improve write …SCHEMA (CLIENT_STATISTICS, INDEX_STATISTICS, TABLE_STATISTICS, THREAD_STATISTICS, and USER_STATISTICS) led to the…

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

… 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 struct(s), heap size 440760, 799203 row lock(s) MySQL thread

Comment: How to calculate a good InnoDB log file size

… some cleanup thread that can do this under certain conditions) # ls -l /var/lib/mysql/ib_logfile* && date && mysql -BNe’show engine innodb status\G’ | grep sequence && sleep 60 && date && mysql -BNe’show engine innodb status\G’ | grep…

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

…a slave hanging. Bug fixed #1130888 (Seppo Jaakola). If MySQL replication threads were started before running wsrep recovery, this would lead … Bug fixed #1154095 (Alex Yurchenko). If variable innodb_thread_concurrency has been defined to throttle InnoDB access, and work load contained DDL statements…

Post: Benchmarking Percona Server TokuDB vs InnoDB

… datadir=/mnt/data/mysql #for SSD innodb_flush_neighbor_pages = none innodb_adaptive_flushing_method = keep_average innodb_file_per_table = true innodb_data_file… thread_cache_size = 1000 query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 #default_table_type = InnoDB thread_stack…

Post: Is your MySQL buffer pool warm? Make it sweat!

… –mysql-host 127.0.0.1 –mysql-username playback –mysql-password PaSSwOrd –mysql-schema schema_name –query-log-stdin –dispatcher-plugin thread-pool –thread-pool-threads-count 100 –session-init-query \”set innodb

Post: Percona Server for MySQL 5.5.30-30.2 now available

… Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool. (Alexey Kopytov) Percona Server for MySQL will now be …#68197 that caused InnoDB to misclassify internal read operations as synchronous when they were actually asynchronous when Thread Pool feature was used…

Post: Follow these basics when migrating to Percona XtraDB Cluster for MySQL

…Percona XtraDB Cluster (PXC) for MySQL is a hot thing right now and some users jump…so. However, if you can, you should consider moving to InnoDB altogether. There are very few reasons to stay with … PXC has an additional overhead, this means the SQL_THREAD will not be able to execute events as fast, …