I’ve activated log_duration in my PostgreSQL configuration in order to find out what the most expensive queries are.
Now I am looking for a tool (Windows) that enables me to analyze the resulting log files. Can you recommend anything?
bye & thanks a lot
Christian
The only one I know about is pgFouine:
http://pgfouine.projects.postgresql.org/
It’s implemented in PHP, so it should run on Windows as well.