Two very interesting reads
Two powerpoints from Jay Pipes - worth a read: http://jpipes.com/index.php?/archives/239-Slides-for-Join-Fu-The-Art-of-SQL-I-and-II.html
I agree with most of it !

Labels: mysql, performance

Labels: mysql, performance
Stéphane Thomas, from Simple Entrepreneur, has gathered a bunch of slideshares from people around town that have worked on scaling web applications:
Labels: mysql, performance, php
I recently went into some profiling for one of our apps, because a page was taking more than two minutes to display...
Labels: code, performance, php
I wish I read this before... The "id, name, parent_id" way of storing trees in a SQL table is probably the most inneficient way to do it! There is a better way of doing things, and here it is:

Labels: mysql, performance