June 20, 2013

Post: The write cache: Swap insanity tome III

MySQL process using the numactl utility, drop the file cache and pre-allocate the innodb buffer pool with the innodb…missing? In order to figure out, I started of data gathering metrics like: pt-stalk, vmstat, top, iostat, … 21120 2 3 81 13 0 Note the free column going down and the cache one going …

Post: Ultimate MySQL variable and status reference list

MySQLInnodb_data_pending_fsyncsblogpercona.commanual Innodb_data_pending_readsblogpercona.commanual Innodb_data_pending_writesblogpercona.commanual Innodb_data_readblogpercona.commanual Innodb_data_readsblogpercona.commanual Innodb_data_writesblogpercona.commanual Innodb_data

Post: How to Monitor MySQL with Percona's Nagios Plugins

… directory within its data directory. InnoDB is getting stuck, has long-running transactions, or other problems. The pmp-check-mysql-innodb plugin checks for… process consuming too much memory and/or for too little free memory in general. This plugin requires careful configuration because it…

Post: Is there room for more MySQL IO Optimization?

Innodb_data_reads | 54561 | | Innodb_data_reads | 38277 | | Innodb_data_reads | 25895 | | Innodb_data_reads | 31363 | | Innodb_data_reads | 170816 | | Innodb_data_reads | 207432 | | Innodb_data_reads | 156896 | | Innodb_data_reads | 19059 | | Innodb_data

Post: Modeling MySQL Capacity by Measuring Resource Consumptions

… Cary Millsap. So how we can use this data to estimate capacity of MySQL system ? We can look at CPU and IO… provide our estimates. If we’re running Innodb with MySQL we can use Innodb_data_reads , Innodb_data_writes, Innodb_os_log_fsyncs for your disk IO… and CPU time is very helpful to see how “wait free your system is”. If it system is already have low…

Post: Product to try: MySQL/MariaDB-Galera 0.8

… that this solution is available for MySQL users as Free / Open Source Software. “Where is the catch… again, it has to copy the whole data set again. But if it was disconnected …MySQL/Galera is that it is based on standard InnoDB 5.1 instead of InnoDB-plugin. Standard InnoDB is seriously behind InnoDB

Post: How much space does empty Innodb table take ?

innodb Engine: InnoDB Version: 10 Row_format: Compact Rows: 1069 Avg_row_length: 199 Data_length: 212992 Max_data_length: 0 Index_length: 360448 Data_free

Post: MySQL 5.6 vs MySQL 5.5 and the Star Schema Benchmark

INNODB_DATA_PENDING_READS | 0 | | INNODB_DATA_READ | 3140882432 | | INNODB_DATA_READS | 191581 | | INNODB_PAGES_READ | 191570 | | INNODB_ROWS_READ | 910844 | +—————————————+—————-+ 10 rows in set (0.01 sec) mysql

Post: Efficient Boolean value storage for Innodb Tables

…=InnoDB DEFAULT CHARSET=latin1 mysql> show table status like “%bool%” \G *************************** 1. row *************************** Name: bbool Engine: InnoDB Version: 10 Row_format: Compact Rows: 2097405 Avg_row_length: 37 Data_length: 78233600 Max_data_length: 0 Index_length: 0 Data_free

Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!

…query when performed against InnoDB data, OR that the results returned by InnoDB FTS will somehow be “…Free Forms | 6.748578071594238 | | 7126 | Montana Tax Forms | 6.4749345779418945 | | 7119 | Maine Tax Forms | 6.400341510772705 | +——+——————–+——————–+ With 5.6: mysql