Skip to content

sql: add estimated rows to all EXPLAIN operators #61310

@awoods187

Description

@awoods187

@sheaffej pointed out today that Explain analyze tells you row count for every step. However, the Explain plan does not, only for the scan. It would be helpful to have it in Explain to compare with Explain Analyze. This is available via explain (verbose) however we should move it into Explain.

cc @RaduBerinde

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions