…id, customer_name, sale_when; $ php convert.php demo < sales.sql CALL flexviews.create('demo', 'dashboard_customer_sales', 'INCREMENTAL'); SET @mvid := LAST_INSERT_ID…
Post: Flexviews - part 3 - improving query performance using materialized views
Post: GROUP_CONCAT useful GROUP BY extension
… to get PHP array without looping inside PHP: Table: CREATE TABLE services ( id INT UNSIGNED NOT NULL, client_id INT UNSIGNED NOT NULL, KEY (id)); INSERT INTO… from PHP to MySQL server side. Also it can be handy to use result concatenated string as part of IN statement: Sure, last…
Post: Heikki Tuuri answers to Innodb questions, Part II
…last‘ serious bug in it was only recently found and fixed: http://bugs.mysql.com/bug.php?id…been several MySQL bugs opened about multi-core scalability (concurrent queries, autoincrement, concurrent inserts, instrumentation, … is a good way to get large data manageable. MySQL Master Master Manager can…

