CloudTPS: Scalable Transactions for Web Applications in the Cloud

  • Authors:
  • Wei Zhou;Guillaume Pierre;Chi-Hung Chi

  • Affiliations:
  • VU University Amsterdam, Amsterdam and Tsinghua University, Beijing;VU University Amsterdam;Tsinghua University, Beijing

  • Venue:
  • IEEE Transactions on Services Computing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

NoSQL cloud data stores provide scalability and high availability properties for web applications, but at the same time they sacrifice data consistency. However, many applications cannot afford any data inconsistency. CloudTPS is a scalable transaction manager which guarantees full ACID properties for multi-item transactions issued by web applications, even in the presence of server failures and network partitions. We implement this approach on top of the two main families of scalable data layers: Bigtable and SimpleDB. Performance evaluation on top of HBase (an open-source version of Bigtable) in our local cluster and Amazon SimpleDB in the Amazon cloud shows that our system scales linearly at least up to 40 nodes in our local cluster and 80 nodes in the Amazon cloud.