6第六章 分布式事务管理-09.ppt

  1. 1、本文档共51页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
6第六章 分布式事务管理-09

第六章分布式事务管理 事务的概念、特性及模型 分布式事务 分布式事务管理的实现 分布式事务的提交协议 基本概念 A database is in a consistent state if it follows: Entity integrity Referential integrity Domain value constraints etc. 基本概念 Characterization of Transactions Read Set (RS) – the set of data items that a transaction reads Write Set (WS) – the set of data that a transaction writes Base Set (B) -- RS?WS Formalization Example of Transaction 隔离性实例 隔离性实例 隔离性实例 集中式的事务执行 分布式的事务执行 Transaction Processing Issues Transaction structure (usually called transaction model) ? Flat (simple), nested Internal database consistency ? Semantic data control (integrity enforcement) algorithms Reliability protocols ? Atomicity Durability ? Local recovery protocols ? Global commit protocols Concurrency control algorithms ? How to synchronize concurrent transaction executions (correctness criterion) ? Intra-transaction consistency, Isolation Replica control protocols ? How to control the mutual consistency of replicated data ? One copy equivalence and ROWA(read-once/write-all) Architecture Revisited Expand the Distributed Execution Monitor (DEM) to include two modules: a transaction Manager( TM) and a scheduler (SC).( 第二章的组件结构中执行监控器) ? TM: coordinate the execution of DB operations on behalf of an application. ? SC: implement a specific concurrency control algorithm to synchronize accesses to DB. Architecture Revisited ? Note: this model is not unique. 分布式事务 分布式事务定义 在分布式数据库系统中,任何一个应用的请求最终将转化成对数据库的存取操作序列,将该操作序列定义为一个或几个事务。 分布式事务是指分布式数据库应用中的事务。由于分布式系统的特性,一个分布式事务在执行时将被分解为若干和各场地上的计算机相关的操作序列,称之为子事务。子事务也可定义为:一个分布式事务是在某个场地上操作的集合。分布式事务是典型的嵌套类型的事务。 * * 事务:事务是由若干个为完成某一任务而逻辑相关的操作组成的操作序列,是数据库上的一个执行单位。 Transaction, is a sequence of database operations organized in a basic unit for keeping database consistent and reliable. A database should be in a consistent state even if there are a number of concurrent transactions accessing the database. A database is reliable if it is resilient and capa

文档评论(0)

yan698698 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档