Download List

Project Description

Practical Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type (select/insert/update/delete), and more for both PostgreSQL and MySQL log files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-28 07:16
1.6

This release fixes a silly bug that prevented it from being run directly. It has various internal improvements. If you install it via RubyGems, you can run it using "pqa -f file1 [file2, etc.]".
Tags: Minor bugfixes

2005-01-31 19:51
1.5

A bug that would sometimes associate a duration
measurement with the incorrect query was fixed. A
bug which would cause the HTML report to error out
with a nil-dereference exception was fixed. A bug
which caused PQA to choke on SQL statements that
were issued as part of a stored procedure was
fixed. The ability to run under Ruby 1.6.8 was
restored.
Tags: Major feature enhancements

2004-07-27 23:05
1.4

Several bugs have been fixed in the syslog parser; which should be less likely to report lines like "postgres started" as errors. Also, it checks for both LOG and DEBUG lines.
Tags: Major bugfixes

2004-06-18 22:36
1.3

MySQL support is better now, and there's a "parse errors" report to aid in troubleshooting. The default log format is "pglog".
Tags: Minor feature enhancements

2004-06-09 00:33
1.2

This release includes MySQL support. A "-logtype mysql" option has been added.
Tags: Major feature enhancements

Project Resources