Data Driver

Blog archive

Here Comes The No-NoSQL Movement

There's a new kid on the block: VoltDB, a "next-generation" DBMS released yesterday that's the brainchild of database pioneer and brilliant iconoclast Mike Stonebraker.

Or maybe it should characterized as a new sheriff in town, because this newcomer to the database market has some serious backing, stemming from a joint project by MIT, Brown University, Yale University and HP Labs.

VoltDB is an open-source, in-memory OLTP database system designed to handle serious transaction numbers in gaming, SaaS, financial, online and other high-performance systems.

And guess what? In addition to eschewing more traditional relational models, VoltDB is also spurning the NoSQL movement. It even accommodates SQL. Parent company VoltDB LLC said that "unlike NoSQL key-value stores, VoltDB can be accessed using SQL and ensures transactional data integrity (ACID)."

The company's news release quoted gaming company CEO Henning Diedrich as saying "VoltDB is faster than MySQL with Memcached, and always returns valid data. It's more useful than key-value stores and even allows for cleaner SQL schemas than MySQL or Oracle."

It further stated "VoltDB has also been benchmarked against a NoSQL key-value store, and VoltDB executed a variety of key-value store workloads with equal or better performance."

In case there's any doubt about the intent of those potshots, The Register's VoltDB article is titled "Database daddy goes non-relational on NoSQL fanbois."

Ouch.

I can't wait to see how the "fanbois" react to this.

Take a look at this supposed game-changer and get back to me with your opinion. Is it revolutionary? Is it a flash-in-the-pan? Who's it going to hurt the most? Comment here or send me an e-mail.

Posted by David Ramel on 05/26/2010


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube