June 20, 2013

Post: Virident vCache vs. FlashCache: Part 2

MySQL as if it were using SSD storage or to just use an optimized HDD storage configuration? After creatingmysql­-user=root –mysql­-socket=/tmp/mysql.sock ­­–mysql­-table­-engine=innodb ­­\ –oltp­-read­-only=off run The base MySQL

Post: Ultimate MySQL variable and status reference list

Created_tmp_disk_tablesblogpercona.commanual Created_tmp_filesblogpercona.commanual Created_tmp

Post: Join Optimizations in MySQL 5.6 and MariaDB 5.5

… made on MySQL 5.6 config: optimizer_switch=’index_condition_pushdown=off’ optimizer_switch=’mrr=on’ optimizer_switch=’mrr_cost_based=off’ optimizer_switch=’batched…_buffer_size=4M & mrr_buffer_size=4M Created_tmp_disk_tables 0 0 0 0 0 0 Created_tmp_tables 1 1 1 1 1 1 Handler…

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

… the MySQL config: optimizer_switch=’index_condition_pushdown=off’ optimizer_switch=’mrr=on’ optimizer_switch=’mrr_sort_keys=on’ (only on MariaDB 5.5) optimizer….6 MySQL 5.6 w/ read_rnd_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…

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

… comparing the optimizer enhancements in MySQL 5.6 and MariaDB 5.5. We are taking a look at and benchmarking optimizer enhancements one… post is aimed at a new optimizer enhancement Index Condition Pushdown (ICP). Its available in both MySQL 5.6 and MariaDB 5…

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

Comment: Why MySQL could be slow with large tables ?

… need to optimize mysql server to manage a big tables (now about 78Mb, with increment of 1Mb/day) — I have used a table MyISAM… M Handler_read_rnd_next 4,483 M Created_tmp_disk_tables 5,270 Created_tmp_tables 5,274 Created_tmp_files 37 k Key_reads 4,226 Key… best performance & low disk usage? – may i remove old_passwords=1 & big-tables? — Web Server with Apache 2.2. Mysql ver. 5.0…

Comment: How much memory can MySQL use in the worst case?

… and/or rent. We are currently using MySQL and MyISAM tables and we keep running out of memory …runs) Created_tmp_disk_tables 9,208 Select_full_join 1,074(the application is using indexes to join the tables so … that are to blame here or could i optimize the config for the server some….maybe use …

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

Post: Aligning IO on a hard disk RAID – the Benchmarks

Optimal WT, RA PhysiclDev Type State Errors Vendor Model Size ========== ==== ======= ====== ======= ============ =========== Hard Disk SAS Online 0/0/0 SEAGATE ST3600057SS 558.911 Hard Diskcreatedmysql socket=/var/run/mysqld/mysqld.sock innodb_file_per_table