May 25, 2012

Post: InnoDB's gap locks

…your transactions affecting the concurrency and the performance you can disable them in two different … Both options cause phantom reads (non repeatable reads) so in order to prevent problems with the… http://dev.mysql.com/doc/refman/5.1/en/innodb-locks-set.html. Conclusion MySQL uses REPEATABLE READ…

Post: How Percona does a MySQL Performance Audit

…point, it looks like MySQL is probably a good place to look for performance problems. Everything I’ve …’t give you a full rundown over every option in the file. But again, you learn …7796961 | | Com_admin_commands | 11893 | … snip … Then I format the second set of values up beside the first set

Post: MySQL Query Cache

MySQL Performance optimization tasks but there are number of things you need to know. First let me clarify what MySQLperformance would be problem I should have started with full page caching rather than MySQLoption query_cache_limit was implemented which limits result set

Post: MySQL extensions for hosting

… a problem and…set (0.00 sec) mysql> SHOW INDEX_STATISTICS LIKE ‘hosting2%’; +——————————————–+———–+ | Index | Rows_read | +——————————————–+———–+ | hosting2.wp_options.option…few MySQL performance counters broken… Bluehost.com CEO, …

Post: Infinite Replication Loop

…is an action you should never perform on a slave. “SET GLOBAL server_id =…” You … monitoring your MySQL server with cacti, you will immediately notice the problem. Look at those…mysql.com/doc/refman/5.1/en/replication-options-slave.html#option_mysqld_replicate-same-server-id [3] http://dev.mysql.com

Post: Content delivery system design mistakes

… helped dealing with performance problems (part MySQL related and part related to LAMP in general) … TTL Settings The system was using DNS based load balancing, using something like img23.domain.com to …and should not be mixed. Use noatime mount option Serving images you rarely need last access time…

Post: Using Flexviews - part two, change data capture

MySQL. Change Data Capture can be used to: Monitor a database table, or tables for changes. Improve ETL performanceMySQL has limited trigger support, some of which is the cause of the aforementioned problems. The biggest problem… best option …://flexviews.googlecode.com/svn… Create the settings file…

Post: Using MyISAM in production

comming from “traditional” databases you’re likely to be shocked by MyISAM behavior (and default MySQL…only part of the problem. The other problem is – it is hard …option – globally, for table or for set of statements (by using LOCK TABLES/UNLOCK TABLES) be careful. This option may improve performance

Post: Heikki Tuuri answers to Innodb questions, Part II

… read-ahead depth here. These settings mean there can be quite … found and fixed: http://bugs.mysql.com/bug.php?id=29560 Concerning …performance gain there might be. HT: I guess the log writes themselves are much more a problem… OS cache? Is there special options or tricks that should be implemented…

Post: EC2/EBS single and RAID volumes IO benchmark

… that IO performance on EBS…options and for benchmark I used sysbench fileio modes on 16GB file with next script: #!/bin/sh set -u set -x set…spreadsheets.google.com/ccc?key=0AjsVX7AnrCYwdFlBVW9KWVJGUGFqeVdpUHY0Y0VXYXc…MySQL you need to use XtraDB or MySQL 5.4 ® However there may be small problem