We recently setup netdata to monitor a self-hosted PostgreSQL server.
Is it a bad thing that txid_exhaustion_oldest_txid_num is constantly increasing?
What we did
PostgreSQL is running in v13
We've run a full-vacuum (
vacuumdb --full --all --jobs=1 --verbose --analyze --username=XXXX --password) on all logical databases and only got these errors:ERROR: relation "pg_temp_31.temp_lig_plo" ERROR: relation "pg_temp_31.lst_lig_plo"
We've dropped the schema "pg_temp_31" but still had a similar issue.
max_prepared_transactionsis 0SELECT * FROM pg_prepared_xactsis empty on all databasesWe've restarted the DB (so all idle transactions were disconnected) and still observe this increase
