Hacker News new | ask | show | jobs
by halbritt 1877 days ago
Curious how large a dataset you're using?
1 comments

Under 100GB; I'm sure vanilla Postgres would suit our needs too. However, adding TimescaleDB on top was not much of an investment and in exchange we got an interface for operations we do often, effortless continuous aggregation, near-constant time appends, and a native way to leave data mutable for a period of time before marking it immutable and compressing it.

The performance is a great feature but its also just an intuitive, familiar (pretty much just SQL) tool that makes life easier.

Cool. I'm keen to try it. Wondering how well it works with multi-terabyte data sets.