May 25, 2012

Post: Ultimate MySQL variable and status reference list

MySQL manual, especially the option and variable reference table. …collation_serverblogpercona.commanual Com_admin_commandsblogpercona.commanual Com_…fileblogpercona.commanual Created_tmp_disk_tablesblogpercona.commanual Created_tmp_filesblogpercona.commanual Created_tmp_tablesblogpercona.commanual…

Comment: MySQL Server Memory Usage

tables‘, ’102′ ‘Com_update’, ’15146253′ ‘Com_update_multi’, ’0′ ‘Connections’, ’263413′ ‘Created_tmp_disk_tables‘, ’0′ ‘Created_tmp_files’, ’4001′ ‘Created_tmp_tables

Post: How Percona does a MySQL Performance Audit

Created_tmp_tables and Created_disk_tmp_tables, I’ll paste in mysql> show global variables like ‘%table_size%’; +———————+———–+ | Variable_name | Value | +———————+———–+ | max_heap_table_size | 268435456 | | tmp_table

Comment: Innodb Performance Optimization Basics

… set your buffers and settings too high and restart your mysql server, mysql wont instantly complain. What I think happens is it… of things like sort_merge_pass, full joins and tmp tables on disk so you could actually better find the queries causing slowdowns… for novice or intermediate developers/admins. Out of 801,000 tmp tables created, only 3,762 of those were on disk. It still bugs me…