Query Cache
• Part of MySQL 4.0
• Can seriously boost performance
• Might save legacy apps you can’t change
• Use query cache selectively if you have lots
of writes
– SELECT SQL_CACHE …
• Use mytop to watch query cache stats
– Version 1.3 and 1.4 will have more stats
Copyright 2003, Jeremy Zawodny