




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、COMP231Timestamp ProtocolPrepared by Raymond WongPresented by Raymond WongCOMP2311OutlineTimestamp Concurrency Control2PL versus TimestampingCOMP2312Concurrency ControlConcurrency ControlObjective:Given a non-serial schedule, We want to determine the serialization orderTwo Phase LockingWe can determ
2、ine the serialization order according to the ordering that transactions obtain the locks (i.e., during the execution of transactions)Timestamp Ordering ProtocolWe can determine the serialization order according to the pre-defined information of transactions, specifically timestamps (i.e., before the
3、 execution of transactions)Timestamp of TransactionsTimestamp (TS) of a transactionCan be assigned by a centralized serverE.g.,TS(T1) = 5TS(T2) = 6Serialization order = T1 T2T1: W(A) R(B)T2: R(A) W(A)COMP2314Timestamp of ObjectsTimestamp (TS) of an objectRead Timestamp (RTS) of Object OThe largest t
4、imestamp of any transaction that executed R(O) successfullyE.g., RTS(O) = 10Write Timestamp (WTS) of Object OThe largest timestamp of any transaction that executed W(O) successfullyE.g., WTS(O) = 9COMP2315Timestamp Concurrency ControlTimestamp Ordering ProtocolIdea: Consider that action ai of transa
5、ction Ti conflicts with action aj of transaction TjWe should guarantee thatIf TS(Ti) TS(Tj), ai must occur before aj. Else restart the violating transactions.Timestamp Concurrency ControlWhen Transaction T wants to read Object OWhen Transaction T wants to write Object OExampleCOMP2317When Transactio
6、n T wants to read Object OIf TS(T) = WTS(O):The read operation of T is accepted and executed.Set RTS(O) to max(RTS(O), TS(T)In this case, restart T with a new, larger TS. (If it is restarted with the same TS, T will fail again!)When Transaction T wants to read Object OTotherTT: R(O)Tother: W(O)ReadO
7、bjective:Serial schedule Tother T where Tother corresponds to the latesttransaction writing object OTS(Tother) = TS(T)WTS(O) = TS(T)COMP2319Timestamp Concurrency ControlWhen Transaction T wants to read Object OWhen Transaction T wants to write Object OExampleCOMP23110If TS(T) RTS(O), The value of O
8、that T is producing was needed previously and the system assumed that that value would never be produced.The write operation of T is rejected.If TS(T) = RTS(O) and TS(T) = WTS(O)The write operation of T is accepted and executed.Set WTS(O) to TS(T)When Transaction T wants to Write Object OWhen Transa
9、ction T wants to Write Object OTotherTT: W(O)Tother: R(O)ReadObjective:Serial schedule Tother T where Tother corresponds to the latesttransaction reading object OTS(Tother) = TS(T)RTS(O) = TS(T)TotherTT: W(O)Tother: W(O)Objective:Serial schedule Tother T where Tother corresponds to the latesttransac
10、tion writing object OTS(Tother) = TS(T)WTS(O) TS(T1)Thus, this schedule is NOT accepted by the timestampordering protocol.COMP23124Schedule 2 2PLT1: R(C) W(A)T2: R(A) W(B)E.g.4 Consider the following schedule.Is the schedule accepted by two-phaselocking (2PL) protocol?Yes. Why?COMP23125OutlineTimestamp Concurrency Control2PL versus TimestampingCOMP231262PL versus Ti
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 二零二五年度体育中心场地合作租赁合同
- 2025版新能源产业设备分包合同范本
- 二零二五年度测量成果质量控制分包合同
- 二零二五年度建筑设备安装工程承包合同范本
- 二零二五年度物流运输居间合同规范模板
- 二零二五年拆除工程环保设施租赁与维护合同
- 2025版国企工司大师傅薪资待遇与技艺创新合同
- 2025电动车零部件定制加工合同范本
- 二零二五年度车辆拍卖与竞买合同模板
- 2025年度国有企业内部审计责任合同模板
- 2025年山西省委统战部选聘所属事业单位人员历年高频重点提升(共500题)附带答案详解
- 《场馆安全管理培训》课件
- 公厕市场化运作公厕保洁、管养方案
- 输血法律法规培训
- 城市发展规划
- 生物必修一思维导图汇编
- 旅游景区规划设计合同范例
- DB52T 720-2010 全坝外掺氧化镁混凝土拱坝技术规范
- 生产班组长安全培训课件
- 事故申请复议申请书范本
- 汽车销售直播营销合同
评论
0/150
提交评论