摘要
数据库管理系统获得高性能的一个方法就是将数据库存放在内存中而不是存放在磁盘上 ,这样就必须设计出一种新的数据结构和算法来更有效地利用 CPU周期和内存空间。
To store database in main memory rather than on disk is a approach to achieving high performance of database management system. So new data structures and algorithms must be designed. This article introduces several data organizing methods and index structures for main memory database.
出处
《现代电子技术》
2004年第3期96-98,共3页
Modern Electronics Technique
关键词
内存数据库
影子内存
T树
物理数据
main memory database
shadow memory
T-tree
physics-data