Skip to content

VoltDB and its related links

2010 June 1

There has been lots of buzz about VoltDB (academic name is H-Store [5]) since a week ago. M. Stonebraker leads VoltDB, and it is an open source OLTP DBMS. In addition, there are some interesting points:

  • Running on shared-nothing clusters of commodity hardware
  • In-memory database
  • SQL support
  • ACID
  • Linear Scalability
  • Released as an Open Source software

Actually, there have already been some OLTP databases running on shared-nothing clusters. However, they cannot take advantage from the scalability of shared-nothing architecture due to their implementation’s natures, such as complex distributed locking and commit protocols [1]. In addition, according to [3], traditional RDBMSs have four overhead components, which are logging, locking, latching, and buffer management. However, M. Stonebraker claims that VoltDB eliminated these legacy overheads.

Among many features, especially I have interest in its linear scalability with ACID and performance. It is meaningful in that today’s web applications have another alternative to NoSQL data stores. Although VoltDB is under heavy development, the above features and the next benchmark result show its promising.

Cassandra is a remarkable key-value store and an open source project developed by apache committers. Now, it is well known as the most performant one in existing NoSQL stores. According to this benchmark result, however, in all cases VoltDB dominates Cassandra although the fairness of experiments is controversial.

It’s future plan is also expected. I wonder how much attention VoltDB will be getting from communities and industrials.

See Also:

  1. Data Management in the Cloud: Limitations and Opportunities
  2. Comparing VoltDB vs Postgresql
  3. OLTP through the looking glass, and what we found there, ACM SIGMOD 2008
  4. http://voltdb.com/product
  5. H-Store: A Next Generation OLTP DBMS
  • Youngwoo Kim

    RT @hyunsik_choi: VoltDB and its related links http://goo.gl/fb/oHE1s

  • http://twitter.com/hyunsik_choi/status/15159624413 Hyunsik Choi

    VoltDB and its related links http://goo.gl/fb/oHE1s

  • http://twitter.com/youngwookim/status/15160302513 Youngwoo Kim

    RT @hyunsik_choi: VoltDB and its related links http://goo.gl/fb/oHE1s

  • http://twitter.com/planetapache/status/15160890228 Planet Apache

    Hyunsik Choi: VoltDB and its related links http://bit.ly/9jo5r8

  • http://topsy.com/trackback?utm_source=pingback&utm_campaign=L2&url=http://diveintodata.org/2010/06/voltdb-and-its-related-links/ Tweets that mention VoltDB and its related links | Dive into A Data Deluge — Topsy.com

    [...] This post was mentioned on Twitter by Planet Apache and Youngwoo Kim, Hyunsik Choi. Hyunsik Choi said: VoltDB and its related links http://goo.gl/fb/oHE1s [...]

  • http://twitter.com/sql_r/status/18541914584 Rob Volk

    Take heart http://bit.ly/daRDEP RT @SQLChicken Just read @brento and @kekline's NOSQL article. My contempt for it has only slightly lessened

blog comments powered by Disqus