1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: pg-qualstats
Section: database
Priority: optional
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Uploaders:
Christoph Berg <myon@debian.org>,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Homepage: https://powa.readthedocs.io/
Vcs-Browser: https://github.com/powa-team/pg_qualstats
Vcs-Git: https://github.com/powa-team/pg_qualstats.git
Package: postgresql-15-pg-qualstats
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
Description: PostgreSQL extension to gather statistics about predicates.
This extensions tracks WHERE clauses predicates and JOIN predicates.
Statistics will report whether the predicate was evaluated as an index scan or
not, how many time the expression appeared, how many times the operator was
executed and how filtering the expression is. If pg_stat_statements is
enabled, it can also track to which statements the predicate belongs.
|