June 19, 2013

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

… Benchmark. In my previous blog post I compared MySQL 5.5.30 to MySQL 5.6…instances=8 sort_buffer_size=128k read_rnd_buffer_size=8M join_buffer_size=8M default_tmp_storage_engine=myisam tmpdir=/…flush_method=O_DIRECT key_buffer_size=10G # Disabling symbolic-links is recommended to prevent assorted …

Comment: Database problems in MySQL/PHP Applications

size=1000M sort_buffer_size = 100M read_buffer_size = 100M read_rnd_buffer_size = 100M myisam_sort_buffer_size = 100M max_length_for_sort_data=2048 max_sort

Post: InnoDB Full-text Search in MySQL 5.6 (part 1)

in MySQL 5.6 (part 1) in MySQL 5.6 is syntactically identical to MyISAM full-text search, inbuffer pool for my 5.6 instance is 128MB – smaller than the size…also do something to provide some sort of sequence value for that column…, I might have a hard time recommending this feature to my customers, …

Post: MySQL: what read_buffer_size value is optimal ?

… results with sort performance and today I’ve discovered even read_buffer_size selection may …cnf values on large memory sizes recommend 1M settings and MySQL built-in default is 128K. Some …MyISAM DEFAULT CHARSET=latin1 1 row in set (0.00 sec) Populated it with 75M of rows to reach 4G in size

Post: MySQL Indexing Best Practices: Webinar Questions Followup

in MySQLMyISAM table you should use K(id2,id1) inbuffer will not be able to be used, which can be important for large, heavily written tables. Q: inin-lists). There were the times when when it would make a difference though. Q: Would you recommend creating an index in

Post: Choosing innodb_buffer_pool_size

size you need to check if there are any restrictions on Innodb Buffer SizeMySQL needs – these include MySQL buffers – query cache, key_buffer, mysql threads, temporary tables, per thread sort bufferin the innodb buffer pool. I guess these clarifications work better than 70-80% recommendation

Post: XtraDB/InnoDB CPU bound benchmarks on 24cores server

size=64M max_prepared_stmt_count=1000000 query_cache_size=0 skip_grant_tables skip_locking sort_buffer_size=64K table_cache=2048 thread_cache_sizerecommendation to fit at least active dataset in

Post: How Percona does a MySQL Performance Audit

in. Maybe you want us to analyze and present recommendationsin mysql> show global variables like ‘%table_size%’; +———————+———–+ | Variable_name | Value | +———————+———–+ | max_heap_table_size | 268435456 | | tmp_table_size

Comment: How fast can you sort data with MySQL ?

…between 100-256k were fastest while a sort_buffer_size of 512k or larger showed a … (look in the comments for http://www.mysqlperformanceblog.com/2006/06/06/are-larger-buffers-always-…mysql 5.x) recommended by you look for a Q6600 cpu system with 4 gig ram and using only myisam (aswell as myisam