分布式数据库设计中并发事务之间的交互作用

Interaction Between Concurrent Transactions in the Design of Distributed Databases

DECISION SCIENCES · 1993
被引 6
人大 AABS 3

中文导读

提出一个通用方案,将并发事务间的交互效应纳入分布式数据库设计过程,通过仿真模块测量交互效应,帮助决策者选择最优设计。

Abstract

ABSTRACT A distributed database system allows concurrent execution of transactions from multiple users at multiple locations. This paper presents a general scheme of including the effect of interaction between such transactions in the design process of distributed databases. This scheme allows the decision maker to choose the most appropriate design for a distributed database. The interaction effect is a consequence of concurrency control procedures and contention for system resources. Prior research has not included all components of the interaction effect in the design process. A separate module, called an interaction module, was built to measure the interaction effect using a comprehensive simulation model of a general purpose relational distributed database management system (DBMS). The interaction module can be interfaced with any distributed database design system as an add‐on module so that the interaction effect can be included in the design process. A detailed example demonstrates the use of the interaction module in the decision‐making process. Experiments conducted using the module show that the interaction effect can be significant and that it can affect the choice of the design. Experiments were also conducted to measure the sensitivity of design choices under changing input conditions.

分布式数据库并发控制数据库设计事务处理