http://www.percona.com/ppc2009/PPC2009_Boring_MySQL.pdf:
Don't do work in the database if you can do it elsewhere
I must say I don't quite understand this statement. Can someone elaborate on it?
Does it mean the we should enforce integrity on the application level instead of at the database level?
Or does it mean something else completely?