作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (07): 47-49. doi: 10.3969/j.issn.1000-3428.2007.07.017

• 软件技术与数据库 • 上一篇    下一篇

基于协同缓存的分布式数据库更新机制研究

符青云,刘心松   

  1. (电子科技大学8010研究室,成都 610054)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-04-05 发布日期:2007-04-05

Distributed Database Update Mechanism Based on Cooperate Cache

FU Qingyun, LIU Xinsong   

  1. (8010 Group, University of Electronic Science and Technology of China, Chengdu 610054)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-04-05 Published:2007-04-05

摘要: 减小数据库事务中的写操作开销对于分布式数据库系统的性能而言很关键。该文提出了一种基于协同缓存技术的分布式数据库更新机制,通过在分布式数据库服务器节点物理内存之上构建全局协同缓冲池,并利用其缓存写入记录,减小了数据库事务中的磁盘访问开销,研究了基于协同缓存的分布式数据库更新机制与其在该机制下事务性能改进。

关键词: 分布式数据库事务, 基于协同缓存的分布式数据库更新机制, 协同缓冲池

Abstract: Cost reduction of write operation in database transaction is important in distributed database system design. The paper presents a new update mechanism, named cooperate cache-based distributed database update mechanism (CCDDU). It reduces disk access cost in database transaction by means of cooperative caching pool constructed with physical memory among the servers. This paper describes cooperate cache-based distributed database update mechanism, focusing on how the mechanism improves transaction performance and its availability.

Key words: Distributed database transaction, Cooperate cache-based distributed database update mechanism, Cooperate caching pool