-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: add estimated rows to all EXPLAIN operators #61310
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
@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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)