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

计算机工程 ›› 2009, Vol. 35 ›› Issue (23): 73-75. doi: 10.3969/j.issn.1000-3428.2009.23.026

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

懒散复制DDBS中基于时标的事务控制

罗 军,邓文博   

  1. (重庆大学计算机学院,重庆 400030)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-12-05 发布日期:2009-12-05

Transaction Control Based on Timestamp in Lazy Replication DDBS

LUO Jun, DENG Wen-bo   

  1. (College of Computer Science, Chongqing University, Chongqing 400030)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-12-05 Published:2009-12-05

摘要: 懒散复制分布式数据库系统的事务可以在不同节点上执行,如果其先后顺序不能得到保证,则会产生“脏数据”问题,甚至导致整个系统数据的不一致。针对以上问题,采用基于时标戳的并发控制思想,在懒散复制的分布式数据库中实现Strong Session 1SR,保证事务的执行顺序。该方法可以防止“脏数据”问题,达到较高的并发度。

关键词: 时标, 懒散复制, 事务控制

Abstract: In lazy replication Distributed Database System(DDBS), transactions may be executed at different node, if the ordering of them can not be guaranteed, they may rise the problem of “dirty data”and may result in inconsistent of the whole database system. This paper uses concurrency control techniques based on timestamp to implement Strong Session 1SR that is suitable for use with lazy replication, and to guarantee the ordering of some transactions. It can avoid “dirty data”, and get high concurrence rate.

Key words: timestamp, lazy replication, transaction control

中图分类号: