1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: rhdb-explain
Section: contrib/misc
Priority: optional
Maintainer: Peter Eisentraut <peter_e@gmx.net>
Build-Depends-Indep: debhelper (>= 4.0.0), ant (>= 1.4.1), j2sdk1.4, docbook-xml (>= 4.2), xsltproc, docbook-xsl, imagemagick
Standards-Version: 3.6.0
Package: rhdb-explain
Architecture: all
Depends: ${misc:Depends}, j2re1.4 | java-virtual-machine, j2re1.4 | java2-runtime, libpgjava
Description: Tool for visualizing the output of the PostgreSQL EXPLAIN command
This package contains Visual Explain, a tool for visualizing the output
of the PostgreSQL EXPLAIN and EXPLAIN ANALYZE commands. EXPLAIN and
EXPLAIN ANALYZE show the users the query plan that a PostgreSQL backend
produces for a given optimizable query. The default form of this plan
is a plain-text tree, which, while easy to read for simple queries,
becomes progressively more difficult to interpret as query complexity
increases. By visualizing the text output of EXPLAIN/EXPLAIN ANALYZE
in an appropriate manner, the difficulty of interpreting query plans
drops significantly.
.
Homepage: http://sources.redhat.com/rhdb/visualexplain.html
|