Skip to content

ToQueryPlan to... get the query plan... #23125

@roji

Description

@roji

Very cool idea suggested by @lauxjpn: we now have ToQueryString, we could also get the query plan from the database.

SQL Server:

SET SHOWPLAN_ALL ON;
<query>
SET SHOWPLAN_ALL OFF;

PostgreSQL / SQLite

EXPLAIN <query>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions