Invented more than 40 years ago, the two-phase locking concurrency control (2PL) is capable of providing opaque transactions over multiple records. However, classic 2PL can suffer from live-lock and its scalability is low when applied to workloads with a high number of non-disjoint read accesses. In this paper we propose a new 2PL algorithm (2PLSF) which, by utilizing a novel reader-writer lock, provides highly scalable transactions with starvation-freedom guarantees. Our 2PLSF concurrency control can be applied to records, metadata and to indexing data structures used in database management systems (DBMS). In our experiments we show that 2PLSF is often superior to classical 2PL and can surpass concurrency controls with optimistic reads, s...
Transactional memory (TM) systems have gained considerable popularity in the last decade driven by t...
For twenty years, the transaction has been acknowledged as the central abstraction in preventing con...
Locking is widely used as a concurrency control mechanism in database systems. As more OLTP database...
Concurrency control is a cornerstone of distributed database engines and storage systems. In pursuit...
Source code for the 2PLSF concurrency control and accompanying benchmarks of the paper "2PLSF - Two-...
ABSTRACT- A number of concurrency control perfor-mance studies have shown that, under high levels of...
This paper addresses the problem of transaction management in multidatabase systems where the partic...
. Two-phase locking is a standard method for managing concurrent transactions in database systems. I...
A number of concurrency control performance studies have shown that, under high levels of data cont...
Abstract: A read-only transaction (ROT) does not modify any data. The main issues regarding processi...
Nowadays the 2-Phase-Locking (2PL) concurrency control algorithm still plays a core rule in the cons...
Transaction scheduling in real-time database systems (RTDBS) is complicated by the requirements to s...
AbstractIn this paper, we extend the traditional relationships between locks, i.e., shared and non-s...
Transactional memory (TM) systems have gained considerable popularity in the last decade driven by t...
204 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1985.Two phase locking (2PL) as a ...
Transactional memory (TM) systems have gained considerable popularity in the last decade driven by t...
For twenty years, the transaction has been acknowledged as the central abstraction in preventing con...
Locking is widely used as a concurrency control mechanism in database systems. As more OLTP database...
Concurrency control is a cornerstone of distributed database engines and storage systems. In pursuit...
Source code for the 2PLSF concurrency control and accompanying benchmarks of the paper "2PLSF - Two-...
ABSTRACT- A number of concurrency control perfor-mance studies have shown that, under high levels of...
This paper addresses the problem of transaction management in multidatabase systems where the partic...
. Two-phase locking is a standard method for managing concurrent transactions in database systems. I...
A number of concurrency control performance studies have shown that, under high levels of data cont...
Abstract: A read-only transaction (ROT) does not modify any data. The main issues regarding processi...
Nowadays the 2-Phase-Locking (2PL) concurrency control algorithm still plays a core rule in the cons...
Transaction scheduling in real-time database systems (RTDBS) is complicated by the requirements to s...
AbstractIn this paper, we extend the traditional relationships between locks, i.e., shared and non-s...
Transactional memory (TM) systems have gained considerable popularity in the last decade driven by t...
204 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1985.Two phase locking (2PL) as a ...
Transactional memory (TM) systems have gained considerable popularity in the last decade driven by t...
For twenty years, the transaction has been acknowledged as the central abstraction in preventing con...
Locking is widely used as a concurrency control mechanism in database systems. As more OLTP database...