Changes for version 1.10 - 2021-06-08

  • Add a way to get total number of rows returned by node over multiple loops or workers ($node->total_rows)
  • Add method (total_removed_rows) which shows how many rows were removed in given node by one of:
    • Conflict Filter
    • Filter
    • Index Recheck
    • Join Filter

Modules

Object approach at reading explain analyze output
Some helper methods to analyze explains
Base class for parsers of non-text explain formats.
Parser for explains in JSON format
Parser for text based explains
Parser for explains in XML format
Parser for explains in YAML format
Stores information about JIT from PostgreSQL's explain analyze.
Class representing single node from query plan
Class to anonymize sets of strings