Increased database resource usage

After upgrading to 2023.4.2 yesterday, I’ve noticed a significant increase in CPU traffic to my database server. I’m using the container image and a PostgreSQL server on a separate system for the backend.

After the upgrade, I noticed the schema migration up to v41. That seems to have gone fine and everything else appears normal (like the number of events in the DB).

Is anyone else having similar issues?

In case anyone else happens upon this, I believe it was the result of a schema migration followed by autovaccuum on the database. Things have settled back down to pre-upgrade levels, but it took longer than expected.

1 Like