| ▲ | mgaunard 5 hours ago | |||||||
How does it compare to DuckDB? | ||||||||
| ▲ | phrotoma 3 hours ago | parent | next [-] | |||||||
It doesn't really, except I suppose that both are called "databases". DuckDB is intended for OLAP, while Gorilla is specifically designed for time series data. You would never do something like "INSERT INTO users ..." with Gorilla. | ||||||||
| ||||||||
| ▲ | tosh an hour ago | parent | prev [-] | |||||||
afaiu DuckDB doesn't do delta of delta for timestamps but it can do delta and bitpacking which is also kinda neat | ||||||||