pg_timeseries: Open-source time-series extension for PostgreSQL
1–10 of 84 posts
Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#2Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#3Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#4How’s it different than timescaledb?
Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#5How’s it different than timescaledb?
Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#6Have been using the free version timescaledb before to shard a 500 Million observation time series database. Worked drop-in without much hassle. Would have expected some benchmarks and comparisons in the post. I will for sure watch this...
Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#7How’s it different than timescaledb?
> You may already be asking: “why not just power the stack using TimescaleDB?” The Timescale License would restrict our use of features such as compression, incremental materialized views, and bottomless storage. With these missing, we felt that what remained would not provide an adequate basis for our customers’ time-series needs. Therefore, we decided to build our own PostgreSQL-licensed extension.
We want to build it with a PostgreSQL license using existing community extensions as much as possible and build custom stuff (still permissively licensed) only when necessary.
Re: pg_timeseries: Open-source time-series extension for PostgreSQL
#8How’s it different than timescaledb?