June 19, 2013

Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency

memory, InnoDB almost always performs better, at least for this workload. Notes MySQLbuffer_size=32M innodb_buffer_pool_instances=16 metadata_locks_hash_instances=32 table_open_cache_instances=8 sort_buffer_size=128k read_rnd_buffer_size=8M join_buffer_size…=O_DIRECT key_buffer_size=10G # Disabling …

Comment: Percona XtraBackup 2.1.3 for MySQL available for download

… possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4432877 K bytes of memory Hope that’s ok; if not, decrease…:53:56 mysqld_safe mysqld from pid file /var/lib/mysql/srv-d2-mysql02.pid ended in an another environment I…

Post: Virident vCache vs. FlashCache: Part 2

buffer pool memorysize = 64M server­id = 101 key_buffer_size = 8M read_buffer_size = 1M read_rnd_buffer_size = 4M bulk_insert_buffer_size = 8M myisam_sort_buffer_size = 8M myisam_max_sort_file_size

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

…mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections”. This was …memory for InnoDB: specifically, the buffer pool. (There’s also an innodb_additional_mem_pool_size…, 0 rows affected (2.34 sec) mysql> select get_lock(@a, 1); +—————–+ | get_lock(@…

Post: Join Optimizations in MySQL 5.6 and MariaDB 5.5

MySQL 5.6 MySQL 5.6 w/ join_buffer_size=6M & read_rnd_buffer_size=6M MariaDB 5.5 MariaDB 5.5 w/ join_buffer_size=6M & mrr_buffer_sizememory workload. Also BKA relies on both the join_buffer_size and the read_rnd_buffer_size/mrr_buffer_size and both of these buffers

Post: MySQL 5.6.7-RC in tpcc-mysql benchmark

size = 64M server-id = 10 #*** MyISAM Specific options key_buffer_size = 8M read_buffer_size = 1M read_rnd_buffer_size = 4M bulk_insert_buffer_size = 8M myisam_sort_buffer_size = 8M myisam_max_sort_file_size

Post: Ultimate MySQL variable and status reference list

key_buffer_sizeblogpercona.commanual key_cache_age_thresholdblogpercona.commanual key_cache_block_sizeblogpercona.commanual key_cache_division_limitblogpercona.commanual Key_read_requestsblogpercona.commanual Key_readsblogpercona.commanual Key

Post: Shard-Query EC2 images available

… to memory requirements, the InnoDB versions are only available on 64 bit instances. MySQL will … innodb-write-io-threads=4 join-buffer-size=16M key-buffer-size=64M local-infile=on lock-…ON port=3306 read-buffer-size=512K read-rnd-buffer-size=1M skip-host-cache skip-name-resolve sort-buffer-size=512K …

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

…=’mrr_sort_keys=on’ (only on MariaDB 5.5) optimizer_switch=’mrr_cost_based=off’ read_rnd_buffer_size=4M (only on MySQL 5.6) mrr_buffer_size… entirely in memory. For the purpose of benchmarking in-memory workload, the InnoDB buffer pool size is set to 6G and the buffer pool was…

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

MEMORY tables. preload_buffer_sizeBuffer used for Key preloading, which works for MYISAM tables only. read_buffer_size, read_rnd_buffer_size – Variables used as read buffer