June 20, 2013

Post: How Percona does a MySQL Performance Audit

0 | 0tmp_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_size

Post: New SpecJAppServer results at MySQL and Sun.

size = 32k thread_cache = 16 query_cache_size = 0M thread_concurrency = 8 max_heap_table_size=200M log-output = FILE log-slow-queries=/tmp/mysqltmp_table_size to deal with implicit memory tables. innodb_file_per_table – so I assume storing each table0

Post: MySQL 5.6.7-RC in tpcc-mysql benchmark

…adaptive flushing still requires big log files. MySQL configuration: [mysqld] gdb innodb_file_per_table = true innodb_data_file_path = ibdata1:…_size = 4M join_buffer_size = 4M thread_cache_size = 1000 query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 thread_stack = 192K tmp_table_size

Post: MySQL Server Variables - SQL layer or Storage Engine specific.

tables in MyISAM format in “mysql” database. Plus HEAP/MEMORY tables are used for temporary tablestmp_table_size This variable specifies maximum size implicit temporary table (created during query execution automatically) will grow as MEMORY table

Post: Filling the tmp partition with persistent connections

…2 12:53 . drwx—— 9 root root 4,0K ago 5 11:35 .. drwx—— 2 root root…0 100% /tmp Lets see which files has MySQL opened: # lsof -p 6112|grep ML mysqld 6112 root 38u REG 7,0 106594304 18 /tmp…good option to know how and when the size of your temporary tables increases. We have our own plugins for…

Post: Multi Range Read (MRR) in MySQL 5.6 and MariaDB 5.5

… disks are 4 5.4K disks in Software RAID5. Also note that the following changes were made in the MySQL config: optimizer…_bufer_size=4M MariaDB 5.5 MariaDB 5.5 w/ mrr_buffer_size=4M Created_tmp_disk_tables 1 1 1 1 1 Created_tmp_tables 1 1 1 1 1 Handler_mrr_init N/A 0 0

Post: Optimizing slow web pages with mk-query-digest

…, you are usually interested in queries that are consuming most MySQL time and that’s how mk-query-digest groups and… sent 0 241.20k 11 8.01k 475.89 918.49 689.98 258.32 # Merge passes 0 0 0 0 0 0 0 0 # Tmp tables 0 15 0 1 0.03 0 0.17 0 # Tmp disk tbl 0 3 0 1 0.01 0 0.08 0 # Tmp tbl size 0 4.78k 0 4.78k 9.43 0 211.60 0 # Query size 0 100…

Post: Join Optimizations in MySQL 5.6 and MariaDB 5.5

… the disks are 4 5.4K disks in Software RAID5. Also note that the following changes were made on MySQL 5.6… time is for MySQL 5.6 which takes 0.16s less as compared to MySQL 5.5 While with join_buffer_size set to…_size=6M & mrr_buffer_size=6M MariaDB 5.5 Hash Join Disabled w/ join_buffer_size=4M & mrr_buffer_size=4M Created_tmp_disk_tables 0 0 0 0 0 0 Created_tmp_tables

Post: Side load may massively impact your MySQL Performance

… 2 “threads” running on 4 core system so …mysqlmysql-host=localhost –mysql-table-engine=innodb –mysql-db=test –oltp-table-name=md_cache_test_small –oltp-table-size=1100000 –mysql-user=msandbox –mysql-password=msandbox –mysql-socket=/tmp/mysql…big.k 0.01491451 ….. INDEX_NAME DATA_SIZE_MB …

Post: Index Condition Pushdown in MySQL 5.6 and MariaDB 5.5 and its performance impact

… in preparation for the talk comparing the optimizer enhancements in MySQL 5.6 and MariaDB 5.5. We are taking a… optimizer enhancement Index Condition Pushdown (ICP). Its available in both MySQL 5.6 and MariaDB 5.5 Now let’s take…