May 26, 2012

Post: What is the longest part of Innodb Recovery Process ?

… – “Opening Tables“. As Innodb has to recompute the stats first time it opens the table this can take significant amount of time. Plus worst of all there is serialization in the table cache and only one table can be opened at the time as…

Post: When Does InnoDB Update Table Statistics? (And When It Can Bite)

tables and it took the server 12 seconds to update all the tables‘ statistics.  Luckily, this can be controlled with Percona Server with the variable innodb_stats

Post: Should we give a MySQL Query Cache a second chance ?

the table all queries have to be invalidated from the query cache… which can take a lot of timethe cache after table update invalidated a lot of items. Frankly if you improve query cache manageability and make stats available this can

Post: Percona Server 5.5.16-22.0

the current stable release in the 5.5 series. All of Percona’s software is open-source and free, all the details of the release canTIME doesn’t respect QUERY_RESPONSE_TIME_STATS . #855312 (Oleg Tsarev). The mysqldump option –innodb-optimize-keys did not work correctly with tables where the first

Post: Top 5 Wishes for MySQL

… get much more stats from MySQL and it would be great…tables and other tricks we use when such need arises but we still can… still open. Well may be this is remainder of wild firstthe work is going on and it just takes time to get them all fixed. 5. Do not forget about the roots. MySQL has gained its

Post: Percona Server 5.1.59-13.0

the current stable release in the 5.1 series. All of Percona’s software is open-source and free, all the details of the release canTIME doesn’t respect QUERY_RESPONSE_TIME_STATS . #855312 (Oleg Tsarev). The mysqldump option –innodb-optimize-keys did not work correctly with tables where the first