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 ...
At first, lst's understand some technologies used in mysql transaction model:
1. Next-Key Locking
http://dev.mysql.com/doc/refman/5.0/en/innodb-next-key-locking.html 写道
InnoDB performs the row-level locking in such a way that when it searches or scans an index of a table, it sets shared or ex ...
- 浏览: 3138 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
最新评论
-
对java中equals和hashCode ...
谢谢博主的详细解释. 不过有一个问题: 引用在Object类equals函数 ...
-- by rmn190 -
对java中equals和hashCode ...
明白了,谢谢
-- by NicholasBugs






评论排行榜