June 19, 2013

Comment: How to calculate a good InnoDB log file size

…/ib_logfile* && date && mysql -BNe’show engine innodb status\G’ | grep sequence && sleep 60 && date && mysql -BNe’show engine innodb status\G’ | grep sequence && ls -l… is far cheaper in modern versions of InnoDB: https://blogs.oracle.com/mysqlinnodb/entry/innodb_recovery_is_now_faster And from the…

Comment: How to calculate a good InnoDB log file size

…/ib_logfile* && date && mysql -BNe’show engine innodb status\G’ | grep sequence && sleep 60 && date && mysql -BNe’show engine innodb status\G’ | grep sequence && ls -l…

Post: Percona Server for MySQL 5.5.31-30.3 now available

…. Percona Server has introduced innodb_read_views_memory and innodb_descriptors_memory status variables in the Extended Show Engine InnoDB Status to improve InnoDB memory usage diagnostics… a memory leak if query cache was used together with InnoDB. Bug fixed #1170103. Fixed the RPM packaging regression that was…

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

… is the related output from show engine innodb status: —TRANSACTION BB0E42A, ACTIVE 3 sec fetching rows, thread declared inside InnoDB 334 mysql tables in…) where ld.trash = ‘f’ and cai.trash = ‘f’ and (cai.status is NULL) group by ld.label_id, cai.inventory_id…

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

… there are plenty of other MySQL and OS-level status variables that you might want to keep an eye…number of long-running queries in the output of SHOW PROCESSLIST that might be a sign that trouble is…-grant-tables and insert a few rows into an InnoDB table, but trying to run a simple mysqlslap just…

Post: More on MySQL transaction descriptors optimization

… views. However, the more general descriptors optimization in Percona Server showed fairly close results in our tests. In Dimitri’s tests…=3306 innodb_status_file=0 innodb_data_file_path=ibdata1:100M:autoextend innodb_flush_log_at_trx_commit = 2 innodb_flush_method = O_DIRECT innodb_log…

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

… for download from our repositories. Benchmark showing the impact of memory allocators on …execution loop, which does not honor wsrep status codes correctly. Bug fixed #1144911 (Seppo Jaakola…Alex Yurchenko). If variable innodb_thread_concurrency has been defined to throttle InnoDB access, and work …

Post: Announcing Percona XtraBackup 2.1.1 GA

… spawning the MySQL command line client. Support for InnoDB 5.0 and InnoDB 5.1 builtin has been removed from Percona XtraBackup… the Incremental Backups now. Bugs Fixed: innobackupex is using SHOW MASTER STATUS to obtain binlog file and position. This could trigger a…

Post: Ultimate MySQL variable and status reference list

innodb_status_fileblogpercona.commanual innodb_strict_modeblogpercona.commanual innodb_support_xablogpercona.commanual innodb_sync_spin_loopsblogpercona.commanual innodb_table_locksblogpercona.commanual innodb_thread_concurrencyblogpercona.commanual innodb

Post: SHOW INNODB STATUS walk through

Innodb performance counters were exported and now available in SHOW STATUS output. Most of them are same as you previously could find in SHOW INNODB STATUS….05 non-hash searches/s This section shows insert buffer and adaptive hash status. First line shows status of insert buffer – segment size and…