Re: timescaledb vs NULL vs pg_timeseries vs partman + pgcron + pg_ivm
Achilleas Mantzios <a.mantzios@cloud.gatewaynet.com>
From: Achilleas Mantzios <a.mantzios@cloud.gatewaynet.com>
To: pcreso@yahoo.com
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2025-04-10T12:17:27Z
Lists: pgsql-general
Hi Brent how do you plan to cope with future upgrades based on logical replication ? Do you run timescale on a dedicated/separate system from the rest of your PostgreSQL cluster(s)? On 10/4/25 08:25, Amitabh Kant wrote: > On Wed, Apr 9, 2025 at 11:50 AM Achilleas Mantzios - cloud > <a.mantzios@cloud.gatewaynet.com> wrote: > > > On 4/9/25 04:50, Amitabh Kant wrote: >> >> Thank you, I meant the paid/supported service not the >> community version. Which of the two do you use? >>> >> I use the community version. > > > On 4/9/25 05:23, Brent Wood wrote: > >> I also use the free community edition on internal servers, but >> under Ubuntu. No issues and very good performance. >> >> Brent Wood... >> > > Thanks Amitabh abd Brent, how do you plan to cope with future > upgrades based on logical replication ? Do you run timescale on a > dedicated/separate system from the rest of your PostgreSQL cluster(s)? > > > I don't use the inbuilt logical replication. I depend upon pgBackRest > for my backups. My database is mainly time series data, and runs on > the same systems. thanks