-
Recent Posts
Recent Comments
- Harrison on Helping to Organize a MySQL Bootcamp @ IOUG’s COLLABORATE 11
- Mark Callaghan on More Debate, More Flame, More Choosing the correct tool for the job
- Matthew Yonkovit on New Benchmark I am working on that tests MYSQL -vs- NOSQL
- Sam on New Benchmark I am working on that tests MYSQL -vs- NOSQL
- Matt Montgomery on New Benchmark I am working on that tests MYSQL -vs- NOSQL
Archives
- October 2011
- May 2011
- October 2010
- September 2010
- April 2010
- March 2010
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
Categories
Meta
Monthly Archives: October 2007
Working on an interesting new tool (QueryAnalyzer)
I decided I want to pull lots of the key information I need to perform query tuning into 1 place. So I started writing a query analyzer tool in perl. So far here is the output: Query: select count(*), end … Continue reading
Posted in mysql, performance
Comments Off
Innodb lock detection
I heard something kind of interesting from a client. They were told there was not way to detect locks on innodb tables. Of course I gave them one of those weird looks… I thought I would throw out a couple … Continue reading
Posted in mysql, performance
Comments Off
MySQL Merge Table & Other stuff
A couple things I do not want to forget. #1. if you are using merge tables, you must create the merge table with the same index definitions. If you do not the optimizer will choose a full scan over an … Continue reading
Posted in mysql, performance
Comments Off