Timed wait events in PostgreSQL
This is something that doesn't exist in PostgreSQL at the time of writing. However, it's extremely easy to add it, in a way that has negligible overhead. The overhead is the "classic" reason that PostgreSQL does not add it.
The way to add timing is t...
databaseperformance.hashnode.dev8 min read