摘要
本文首先简要介绍面向对象数据库的多粒度锁,然后针对传统的单队列锁调度算法(SQS),设计了双队列调度算法(DQS)和相容优先调度算法(CRF).在建立了一个模拟模型后,对本文提出的锁调度算法进行性能模拟.模拟实验证明了相容优先调度算法比SQS和DQS都要优越.模拟实验同时研究了切换周期,锁请求的服务率和延迟等待队列的最大长度对DQS算法性能的影响,最后研究了硬件资源个数对CRFD算法的影响.
This paper introduces the multigranularity locking model in objectedoriented database, then dual queue scheduling algorithm and compatible requests first(CRF) algorithm are proposed in the paper. After presenting a simulation model, the paper illustrates the results of the simulation experiments. According to the results, the performance of the CRF is better than that of the SQS's and DQS's. This paper discusses how switching period, serving rate and maximum length of DQ affect the performance of the DQS, and how the number of hardware resources affects the performance of CRFD is also explained in this paper.
出处
《小型微型计算机系统》
CSCD
北大核心
1999年第7期521-525,共5页
Journal of Chinese Computer Systems
关键词
面向对象
数据库
多粒度锁
调度算法
Objectedoriented databaseMultigranularity lockSchedulingTransaction processConcurrency controlSimulation experimentPerformance evaluation