自然科学版
陕西师范大学学报(自然科学版)
数学与计算机科学
一种移动数据库环境下的提前提交并发控制策略
PDF下载 ()
杨进才,庞敏,胡金柱
(华中师范大学 计算机科学系, 湖北 武汉 430079)
杨进才,男,副教授,主要从事现代信息系统和数据库的研究.
摘要:
在深入研究传统的移动环境下的并发控制策略的基础上,提出了一种基于客户端事务提前提交方法的并发控制策略.该策略将移动事务分为提前提交事务和请求事务,当通信链路断接时,提前提交事务可以在本地进行提交,无需等待与服务器重连接,而请求事务必须等到重连接后在服务器上提交.因此该策略减少了更新事务的提交等待时间和事务被丢弃的几率,节省了处理和通信资源.同时,通过已有的可串行化理论证明该策略能够保证移动事务的可串行执行.
关键词:
移动数据库; 并发控制; 数据复制; 提前提交
收稿日期:
2008-03-15
中图分类号:
TP31113
文献标识码:
A
文章编号:
1672-4291(2008)05-0015-04
基金项目:
国家自然科学基金资助项目(60473085)
Doi:
A pre-committed concurrency control scheme in mobile database
YANG Jin-cai, PANG Min, HU Jin-zhu
(Department of Computer Science, Huazhong Normal University, Wuhan 430079, Hubei, China)
Abstract:
A new concurrency control scheme is introduced based on pre-committed method of transactions in mobile client. With this method, the mobile transactions are divided into two kinds: the pre-committed transaction and the request transaction. When the link is disconnected, the pre-committed transaction can update locally and the request transaction must wait until the link is reconnected. So this scheme can reduce the number of rejections and transactions commit time at mobile clients. At the same time, this method also can make the mobile transaction execute serializability.
KeyWords:
mobile database; concurrency control; replication scheme; pro-committed