标签: postgresql logging analysis
我已经在PostgreSQL配置中激活了log_duration,以便找出最昂贵的查询。
现在我正在寻找一种工具(Windows),使我能够分析生成的日志文件。你能推荐什么吗?
答案 0 :(得分:2)
我唯一知道的是pgFouine:
http://pgfouine.projects.postgresql.org/
它是用PHP实现的,所以它也应该在Windows上运行。