May 25, 2012

Post: Flexviews - part 3 - improving query performance using materialized views

where. You may not use sub-queries or any non-deterministic functions like NOW() or RAND(). HAVING clauses, ORDER BY clauses…in response time. Refresh method performance comparison For demonstration purposes, I did the… are out-of-date and must be refreshed: mysql> select sum(total_lines) from …

Post: InnoDB vs MyISAM vs Falcon benchmarks - part 1

… performs in comparison to InnoDB and…64) NOT NULL default ”, `dob` date default NULL, `address` varchar(128…MySQL 5.1.14-beta sources for MyISAM / InnoDB and MySQL 5.1.14-falcon bitkeeper tree bk://mysql.bkbits.net/mysqlWHERE country_id = %d LIMIT 5 The same query as previous but with LIMIT clause