Abstract
We address the problem of building scalable transaction management mechanisms for multi-row transactions on key-value storage systems, which are commonly termed as NoSQL systems. We develop scalable techniques for transaction management utilizing the snapshot isolation (SI) model. Because the SI model can lead to non-serializable transaction executions, we investigate two conflict detection techniques for ensuring serializability. To support scalability, we investigate system architectures and mechanisms in which the transaction management functions are decoupled from the storage system and integrated with the application-level processes. We present two system architectures and demonstrate their scalability under the scale-out model of cloud computing platforms. In the first system architecture all transaction management functions are executed in a fully decentralized manner by the application processes. The second architecture is based on a hybrid approach in which the conflict detection functions are performed by a dedicated service. We perform a comparative evaluation of these architectures using the TPC-C benchmark and demonstrate their scalability.
Original language | English (US) |
---|---|
Article number | 6616540 |
Pages (from-to) | 121-135 |
Number of pages | 15 |
Journal | IEEE Transactions on Services Computing |
Volume | 8 |
Issue number | 1 |
DOIs | |
State | Published - Jan 1 2015 |
Bibliographical note
Publisher Copyright:© 2008-2012 IEEE.
Keywords
- Transaction management
- cloud data management systems
- scalable services