Hacker News new | ask | show | jobs
by bduerst 4451 days ago
It is based on an open-sourced db called Dremel:

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

1 comments

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.