More postgres

Tracking Query Execution Statistics in PostgreSQL

4 min
There is a fantastic extension in PostgreSQL for capturing query performance statistics, including total time, mean time, and the number of calls. It is an invaluable tool to keep track of which statements are consuming the …