Performance on aggregate over 10mio records slow in Postgres – Debian
I'm trying to find out, why a simple aggregate query performs really slow on Postgres 15 from my point of view. I have a growing data table with 10 mio records of sensor data CREATE TABLE public.ts_number ( id int4…