- 1、本文档共51页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
- 社区口腔健康宣教.ppt
- 超市店长内训课程.ppt
- 超市财务基本知识培训070417.ppt
- 美国SOM建筑设计事务所分析.ppt
- 小型超市管理系统ER图和数据流程图.ppt
- jerde设计事务所简介.ppt
- 超市磁石点分析.ppt
- 重性精神病人管理职责分工.ppt
- 第五章 社区公共事业管理.ppt
- 龙阳1号“HUI生活”暖场方案--超市大抢购第二季.pptx
- 机电技术教育设计基于UG下的钢丝包装机的虚拟装配.doc
- 机械设计制造及其自动化论文汽车火花点火系统电磁干扰的抑制方法.doc
- 机械设计制造及其自动化论文基于solidworks的轴承架模拟仿真.doc
- TGXSES0004-2023 土壤和沉积物 6种醚类化合物的测定 吹扫捕集 气相色谱-质谱法.pdf
- DB62T4735-2023 动物诊疗机构医疗废弃物处置技术规范.pdf
- TZS0344-2022 数字化无掩模激光直写光刻机.pdf
- 安徽省建设用地使用标准编制说明.pdf
- DB62T4492-2022 枸杞品种甘杞1号.pdf
- TSDSES-化工材料-再生环戊酮.pdf
- DB4403T涉河建设项目防洪评价和管理技术规范.pdf
文档评论(0)