Y
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
yipjustin
4451 days ago
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.
link