May 25, 2012

Comment: How much memory Innodb locks really take ?

I am considering changing web-applications from VB6 to PhP/MySQL/Apache/InnoDB. Do you think you can show a …

Comment: Side load may massively impact your MySQL Performance

http://bugs.mysql.com/bug.php?id=45015 (InnoDB buffer pool can be severely affected by table scans)

Comment: Testing Fusion-io ioDrive2 Duo

Rob, That seems a little on high level. The feedback I am getting from our customers is that with some negotiations you should be able to drive price down for ~20%

Comment: How to convert MySQL's SHOW PROFILES into a real profile

There is this bug report: http://bugs.mysql.com/bug.php?id=61328

Comment: Moving Subtrees in Closure Table Hierarchies

… because you’re “walking the path”. I’m using MySQL, PHP or Coldfusion (I have to do it in both languages…

Comment: Announcement of Percona XtraDB Cluster 5.5.20 GA release

Hi, I use percona server 5.5.20, I would be testing xtradb cluster with three nodes. I …

Comment: Testing STEC SSD MACH16 200GB SLC

… sec granularity. it is a type on ‘20 sec’ – it should be every ‘20 min’. I do not know about capacitors – usually…

Comment: Testing STEC SSD MACH16 200GB SLC

… graph doesn’t show stall every 20 sec, maybe it’s just a typo? (every 20 sec, there is small drop). One…

Comment: What does Using filesort mean in MySQL?

… use index in the following scenario: CREATE TABLE table1 ( id bigint(20) NOT NULL AUTO_INCREMENT, a varchar(100) DEFAULT NULL, b…

Comment: COUNT(*) vs COUNT(col)

… limit 10,20; OR Just fire a single query and get all the data and then get the count at PHP end…