数据库管理系统DBMS之缓存管理
赵锴 Kai Zhao kingaim@gmail.com
【本文与本人所在公司无关】
"Computer Science has only three ideas: cache, hash, trash"
Greg Ganger, CMU
1缓存模块的设计目标
由于计算机的存储系统存在着层次结构,使得存储层次之间的缓存成为一项不可或缺的技术。图3.1.1列出了计算机存储系统的一般层次结构。
图3.1.1 计算机存储系统的层次结构
数据库管理系统DBMS之缓存管理
赵锴 Kai Zhao kingaim@gmail.com
【本文与本人所在公司无关】
"Computer Science has only three ideas: cache, hash, trash"
Greg Ganger, CMU
由于计算机的存储系统存在着层次结构,使得存储层次之间的缓存成为一项不可或缺的技术。图3.1.1列出了计算机存储系统的一般层次结构。
图3.1.1 计算机存储系统的层次结构