Skip to content

Run EXPLAIN with/without ANALYZE using a previously prepared statement #618

@vladich

Description

@vladich

I haven't found a way to do this:

  1. Using extended protocol, prepare a named statement (using v3 protocol feature, not the actual PREPARE statement), but do not actually run it
  2. Instead, run EXPLAIN (ANALYZE) EXECUTE statement_name(....)
    Apparently this flow is not supported currently, but I would be happy to find if I'm wrong.
    If it's not supported, it would be great to support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions