timescale/tobs

Re-enable gathering database statistics

paulfantom opened this issue · 0 comments

What is missing?

In # PR we disabled gathering of some database statistics as they were read from disk which hurt DB performance. With postgres 15 those stats are no longer read from disk (they are kept in memory) which should allow us to re-enable those collectors.

Why do we need it?

To bring back more statistics.

Anything else we need to know?: