计算机与现代化

• 数据库 • 上一篇    下一篇

基于键值存储的事务控制策略

  

  1.  
    (西北工业大学计算机学院,陕西 西安 710129)
  • 收稿日期:2013-11-01 出版日期:2014-02-14 发布日期:2014-02-14
  • 作者简介:白皓(1989-),男,陕西宜君人,西北工业大学计算机学院硕士研究生,研究方向:数据库; 张延园(1954-),男,教授,硕士生导师,硕士,研究方向:网络软件,海量存储,软件工程; 张向彬(1989-),男,硕士研究生,研究方向:数据库。
  • 基金资助:
    国家科技支撑计划基金资助项目(2011BAH04B05)

 
Transaction Control Strategy Based on Key-value Store

  1.  
    (School of Computer Science, Northwestern Polytechnical University, Xi’an 710129, China)
  • Received:2013-11-01 Online:2014-02-14 Published:2014-02-14

摘要: 介绍基于键值存储的优点以及发展趋势,提出键值存储模型中支持事务的方法。新型的键值存储数据库应该具备传统数据库的事务能力,新型数据库实现事务控制,需要与传统关系型数据库不同的策略,本文描述使用写前日志WAL(Write-ahead Log)和并发版本系统CVS(Concurrent Versions System)的事务控制,满足ACID特性。

关键词: 键值存储, 事务控制, 实体组

Abstract: This article describes the advantages and development trends based on key-value storage. It also proposes ways to support transactions in the key-value storage model. New key-value storage database should have the ability of traditional database transaction and the new database transaction control requires a different strategy from traditional relational database. This paper describes the use of write-ahead log (WAL) and concurrent versions system (CVS) transaction control to meet the ACID properties.

Key words: key-value store, transaction control, entity group

中图分类号: