An article on analyzing PostgreSQL queries

23
Tom Copeland writes “Counting Queries: PostgreSQL SQL Analysis
Everyone wants their database-backed web application to run faster on the same hardware – if a software tweak can postpone a hardware upgrade for a year, it’s usually well worth it. One way to improve performance is to examine how the application is interacting with the database, and see if there is anything that we can do to speed things up. We will take a look at a handy script that can examine PostgreSQL logs and let you know what queries are getting run the most.”

Link: databasejournal.com