The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.09 - 2021-06-07

  • Fix parsing of planning/execution time in case of "quoted" plans and no trailing new line.
  • Add extraction of:
    • Conflicting Tuples
    • Conflict Arbiter Indexes
    • Conflict Filter
    • Conflict Resolution
    • Filter
    • Join Filter
    • Recheck Cond
    • Rows Removed by Conflict Filter
    • Rows Removed by Filter
    • Rows Removed by Index Recheck
    • Rows Removed by Join Filter
    • Tuples Inserted from non-text plans.

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