Supporting multiple isolation levels in replicated environments
作者:
Highlights:
•
摘要
Replication is used by databases to implement reliability and provide scalability. However, achieving transparent replication is not an easy task. A replicated database is transparent if it can seamlessly replace a standard stand-alone database without requiring any changes to the components of the system. Database replication transparency can be achieved if: (a) replication protocols remain hidden for all other components of the system; and (b) the functionality of a stand-alone database is provided.The ability to simultaneously execute transactions under different isolation levels is a functionality offered by all stand-alone databases but not by their replicated counterparts. Allowing different isolation levels may improve overall system performance. For example, the TPC-C benchmark specification tolerates execution of some transactions at weaker isolation levels in order to increase throughput of committed transactions. In this paper, we show how replication protocols can be extended to enable transactions to be executed under different isolation levels.
论文关键词:Replication protocol,Isolation level,Consistency
论文评审过程:Received 31 March 2010, Revised 25 May 2012, Accepted 26 May 2012, Available online 4 June 2012.
论文官网地址:https://doi.org/10.1016/j.datak.2012.05.001