{"id":{"repo_id":"uiuc","oai_identifier":"oai:www.ideals.illinois.edu:2142/22437"},"canonical_url":"https://search.dev.ndltd.org/etd/uiuc/oai:www.ideals.illinois.edu:2142/22437","repository":{"repo_id":"uiuc","name":"University of Illinois - Urbana-Champaign","base_url":"https://www.ideals.illinois.edu/oai-pmh"},"display":{"title":"Transaction reconstruction","abstract":"Databases are distributed and replicated to increase the efficiency and resiliency of a database management system; unfortunately, mechanisms to improve resiliency can have a substantial negative impact on the overall efficiency of the system. Current approaches to resiliency extend transaction execution to include multiple copies of entire (or key portions of) transactions to increase the likelihood that transactions survive intervening failures, adding substantial overhead to the system in anticipation of failures that may or may not occur. My research introduces a new, optimistic approach to fault tolerance: reconstructing transactions interrupted by failures. Reconstruction duplicates only those components of active transactions that are actually lost when failures occur, offering superior efficiency while retaining a level of resiliency comparable to that achieved by replication.","abstract_html":"Databases are distributed and replicated to increase the efficiency and resiliency of a database management system; unfortunately, mechanisms to improve resiliency can have a substantial negative impact on the overall efficiency of the system. Current approaches to resiliency extend transaction execution to include multiple copies of entire (or key portions of) transactions to increase the likelihood that transactions survive intervening failures, adding substantial overhead to the system in anticipation of failures that may or may not occur. My research introduces a new, optimistic approach to fault tolerance: reconstructing transactions interrupted by failures. Reconstruction duplicates only those components of active transactions that are actually lost when failures occur, offering superior efficiency while retaining a level of resiliency comparable to that achieved by replication.","abstract_has_math":false,"creators":["Wright, David Brian"],"institution":"University of Illinois at Urbana-Champaign","degree_name":"Ph.D.","degree_level":"Dissertation","degree_discipline":"Computer Science","degree_department":null,"school":null,"contributors":["Belford, Geneva G."],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2011,"date_issued":"2011-05-07T13:39:48Z","date_published":"2011-05-07T13:39:48Z","updated_at":"2026-07-22T22:25:20Z","subjects":["Computer Science"],"languages":["eng"],"rights":["Copyright 1992 Wright, David Brian"],"rights_urls":[],"identifier_entries":[{"key":"dc:identifier","label":"Identifier","values":["AAI9236629","(UMI)AAI9236629"],"render_values":[{"text":"AAI9236629","href":null,"code":true},{"text":"(UMI)AAI9236629","href":null,"code":true}]}]},"links":{"outbound_url":"http://hdl.handle.net/2142/22437","outbound_label":"Handle","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor","label":"Contributor","values":["Belford, Geneva G."]},{"key":"dc:creator","label":"Author","values":["Wright, David Brian"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date","label":"Dc Date","values":["2011-05-07T13:39:48Z","10000-01-01","1992"]},{"key":"dc:type","label":"Dc Type","values":["text"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Computer Science"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Dissertation"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Ph.D."]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["University of Illinois at Urbana-Champaign"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Computer Science"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language","label":"Dc Language","values":["eng"]},{"key":"dc:rights","label":"Dc Rights","values":["Copyright 1992 Wright, David Brian"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["AAI9236629","(UMI)AAI9236629","http://hdl.handle.net/2142/22437"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["Databases are distributed and replicated to increase the efficiency and resiliency of a database management system; unfortunately, mechanisms to improve resiliency can have a substantial negative impact on the overall efficiency of the system. Current approaches to resiliency extend transaction execution to include multiple copies of entire (or key portions of) transactions to increase the likelihood that transactions survive intervening failures, adding substantial overhead to the system in anticipation of failures that may or may not occur. My research introduces a new, optimistic approach to fault tolerance: reconstructing transactions interrupted by failures. Reconstruction duplicates only those components of active transactions that are actually lost when failures occur, offering superior efficiency while retaining a level of resiliency comparable to that achieved by replication.","Successful reconstruction of transactions requires that control information, in addition to data operations, be recoverable. In contrast to a centralized control module vulnerable to failure, my system model is based on migrating control mechanisms that distribute control information to conform to the natural flow of execution among the transaction's participants and allow distributed algorithms to respond to intervening failures. My design also incorporates dynamic selection among multiple transaction execution strategies to utilize efficient optimized strategies when the system is stable, switching to flexible, fault-tolerant strategies only when dictated by the current state of the system.","Made available in DSpace on 2011-05-07T13:39:48Z (GMT). No. of bitstreams: 2 license.txt: 4922 bytes, checksum: 910b249b4beec47e7ab768910c8f966f (MD5) 9236629.pdf: 11355313 bytes, checksum: e0dfe19a17ac39c766d937c14009c3fd (MD5) Previous issue date: 1992","Item marked as restricted to the 'UIUC Users [automated]' Group (id=2) by Howard Ding (hding2@illinois.edu) on 2011-05-07T14:57:37Z Item is restricted indefinitely.","Restriction data tranferred 2014-07-01T11:27:02-05:00 Original Data Group with Access UIUC Users [automated] Release Date: none Reason: ETDs are only available to UIUC Users without author permission","ETDs are only available to UIUC Users without author permission","U of I Only"]},{"key":"dc:title","label":"Title","values":["Transaction reconstruction"]}]}],"canonical_facts":{"dc:contributor":["Belford, Geneva G."],"dc:creator":["Wright, David Brian"],"dc:date":["2011-05-07T13:39:48Z","10000-01-01","1992"],"dc:description":["Databases are distributed and replicated to increase the efficiency and resiliency of a database management system; unfortunately, mechanisms to improve resiliency can have a substantial negative impact on the overall efficiency of the system. Current approaches to resiliency extend transaction execution to include multiple copies of entire (or key portions of) transactions to increase the likelihood that transactions survive intervening failures, adding substantial overhead to the system in anticipation of failures that may or may not occur. My research introduces a new, optimistic approach to fault tolerance: reconstructing transactions interrupted by failures. Reconstruction duplicates only those components of active transactions that are actually lost when failures occur, offering superior efficiency while retaining a level of resiliency comparable to that achieved by replication.","Successful reconstruction of transactions requires that control information, in addition to data operations, be recoverable. In contrast to a centralized control module vulnerable to failure, my system model is based on migrating control mechanisms that distribute control information to conform to the natural flow of execution among the transaction's participants and allow distributed algorithms to respond to intervening failures. My design also incorporates dynamic selection among multiple transaction execution strategies to utilize efficient optimized strategies when the system is stable, switching to flexible, fault-tolerant strategies only when dictated by the current state of the system.","Made available in DSpace on 2011-05-07T13:39:48Z (GMT). No. of bitstreams: 2 license.txt: 4922 bytes, checksum: 910b249b4beec47e7ab768910c8f966f (MD5) 9236629.pdf: 11355313 bytes, checksum: e0dfe19a17ac39c766d937c14009c3fd (MD5) Previous issue date: 1992","Item marked as restricted to the 'UIUC Users [automated]' Group (id=2) by Howard Ding (hding2@illinois.edu) on 2011-05-07T14:57:37Z Item is restricted indefinitely.","Restriction data tranferred 2014-07-01T11:27:02-05:00 Original Data Group with Access UIUC Users [automated] Release Date: none Reason: ETDs are only available to UIUC Users without author permission","ETDs are only available to UIUC Users without author permission","U of I Only"],"dc:identifier":["AAI9236629","(UMI)AAI9236629","http://hdl.handle.net/2142/22437"],"dc:language":["eng"],"dc:rights":["Copyright 1992 Wright, David Brian"],"dc:subject":["Computer Science"],"dc:title":["Transaction reconstruction"],"dc:type":["text"],"thesis:degree_discipline":["Computer Science"],"thesis:degree_level":["Dissertation"],"thesis:degree_name":["Ph.D."],"thesis:institution_name":["University of Illinois at Urbana-Champaign"]},"updated_at":"2026-07-22T22:25:20Z"}