Hacker News new | ask | show | jobs
by tstonez 4451 days ago
Ideally open-source. Surprised MongoDB 2.2+ is such an issue but thanks for the feedback and suggestions. We'll look into PostgreSQL, Riak and RethinkDB.
1 comments

It is based on an open-sourced db called Dremel:

https://code.google.com/p/dremel/

But dremel doesn't support incremental updates. Dremel is designed for read-only data. All its columns are indexed. The whole table needs to be re-built after update.