Byzantium: Byzantine-fault-tolerant database replication providing snapshot isolation

  • Authors:
  • Nuno Preguiça;Rodrigo Rodrigues;Cristóvão Honorato;João Lourenço

  • Affiliations:
  • CITI, DI-FCT-Univ., Nova de Lisboa;Max Planck Institute for Software Systems;INESC-ID and Instituto Superior Técnico;CITI, DI-FCT-Univ., Nova de Lisboa

  • Venue:
  • HotDep'08 Proceedings of the Fourth conference on Hot topics in system dependability
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Database systems are a key component behind many of today's computer systems. As a consequence, it is crucial that database systems provide correct and continuous service despite unpredictable circumstances, such as software bugs or attacks. This paper presents the design of Byzantium, a Byzantine fault-tolerant database replication middleware that provides snapshot isolation (SI) semantics. SI is very popular because it allows increased concurrency when compared to serializability, while providing similar behavior for typical workloads. Thus, Byzantium improves on existing proposals by allowing increased concurrency and not relying on any centralized component. Our middleware can be used with off-the-shelf database systems and it is built on top of an existing BFT library.