- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第14讲-事务管理技术
Concurrency-control protocols allow concurrent schedules, but ensure that the schedules are conflict/view serializable, and are recoverable and cascadeless. Concurrency control protocols generally do not examine the precedence graph as it is being created Instead a protocol imposes a discipline 规则 that avoids nonseralizable schedules. We study such protocols later. Different concurrency control protocols provide different tradeoffs between the amount of concurrency they allow and the amount of overhead that they incur. Tests for serializability help us understand why a concurrency control protocol is correct. * 考虑如下图14-16所示的优先图,相应的(并发)调度是冲突可串行化的吗? 图14-16 调度优先图 (若你认为是,请给出一个等价的串行化调度) 一个等价的串行化调度: T1?T2?T3?T4?T5 或 T1?T2?T4?T3?T5 该调度是冲突可串行化的 因优先图中无有向环存在 依次去掉“仅有出弧”的事务节点 * 课程名称: 数据库系统 -------------------- A transaction is a unit of program execution that accesses and possibly updates various data items. A transaction must see a consistent database. During transaction execution the database may be temporarily inconsistent. When the transaction completes successfully (is committed), the database must be consistent. After a transaction commits, the changes it has made to the database persist, even if there are system failures. Multiple transactions can execute in parallel. Two main issues to deal with: Failures of various kinds,such as hardware failures and system crashes Concurrent execution of multiple transactions 原子性Atomicity. Either all operations of the transaction are properly reflected in the database or none are. 一致性Consistency. Execution of a transaction in isolation preserves the consistency of the database. 隔离性Isolation. Although multiple transactions may execute concurrently, each transaction must be unaware of other concurrently executing transactions. (Intermediate transaction results must be hidden from other concurrently executed transactions) That is, for every pair of transactions Ti and Tj , it appears to Ti that either Tj finished execution
您可能关注的文档
最近下载
- 江苏省南京市江宁区2022-2023学年四年级下学期数学期末试卷 附答案.docx VIP
- SH∕T 0248-2019 柴油和民用取暖油冷滤点测定法.pdf
- (必威体育精装版版)五年级下册常考应用题100道(可直接打印).docx VIP
- VDA6.3-2023过程审核检查表(2023版).xlsx VIP
- 血脂血糖检验报告单模板.xlsx VIP
- 必威体育精装版(答案版)2025初级会计基础练习题(经济法).docx VIP
- 2025-2026学年人教鄂教版(2024)小学科学三年级上册(全册)教学设计(附目录P137).docx
- 机器人控制软件:ABB RobotStudio二次开发_(12).错误处理与系统维护.docx VIP
- 四川省科技奖励办公室关于二00五年度四川省科技进步奖评.PDF VIP
- 初中中外名著阅读练习汇总.pdf VIP
文档评论(0)