首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

从浅到深理解索引的实现[InnoDB]

2013-08-04 
由浅入深理解索引的实现[InnoDB]摘自 www.mysqlops.com/2011/11/24/understanding_index.htmldirty page

由浅入深理解索引的实现[InnoDB]
摘自 www.mysqlops.com/2011/11/24/understanding_index.html

dirty page 数据被修改了,没有被写回磁盘的数据页就是脏页。

innodb表如何更快得到count(*)结果
摘自 imysql.cn/comment/7762#comment-7762

热点排行