2008-06-05

mysql query cache

关键字: mysql query cache transaction
1. works with Transactions http://www.mysqlperformanceblog.com/2008/01/29/how-mysql-query-cache-works-with-transactions/ 写道 The result set can be retrieved from query cache (for statements both inside and outside of transactions) until there is a statement inside transactions which modifie ...