随笔分类 -  mysql

mysql系列之--doublewrite buffer 双写缓冲区
摘要:参考手册: The doublewrite buffer is a storage area where InnoDB writes pages flushed from the buffer pool before writing the pages to their proper positio 阅读全文

posted @ 2020-08-18 18:46 哈皮的玩偶 阅读(860) 评论(0) 推荐(0)

mysql系列之--innodb内存结构:buffer pool 、 change buffer、adaptive hash index(自适应哈希索引)、log buffer
摘要:放两张张图先: 一、innodb系统架构图(保存内存的 和 硬盘的) 二、innodb内存结构图: buffer bool(缓冲池): 缓冲池是主内存中的一个区域,在InnoDB访问表和索引数据时会在对其进行高速缓存。缓冲池允许直接从内存中处理经常使用的数据,从而加快了处理速度。在专用服务器上,通常 阅读全文

posted @ 2020-08-14 10:16 哈皮的玩偶 阅读(212) 评论(0) 推荐(0)