I recently went to linux.conf.au in Sydney, and attended the
MySQL Miniconf (mysql.conf.au). I thought I would recap on some
highlights:
-
- I leaned EXPLAIN EXTENDED [query] from Guy Harrison (can't believe i didn't know that one).
- I listened to Laura Thompson talk about the "update user set
last_login = NOW()" problem that every social networking site
seems to encounter. Her "proposed" solutions were roughly:
-
- Use a different set of database systems to manage these
"last logins" (often called "partition your application by
function")
- Lie, and give estimates ;-)
-
While I am a big fan of lying, I …