Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance EXPLAIN Statement: Add analyze option, Support style option #124

Open
kysshsy opened this issue Sep 14, 2024 · 1 comment · May be fixed by #146
Open

Enhance EXPLAIN Statement: Add analyze option, Support style option #124

kysshsy opened this issue Sep 14, 2024 · 1 comment · May be fixed by #146
Assignees
Labels
feature New feature or request priority-medium Medium priority issue user-request This issue was directly requested by a user

Comments

@kysshsy
Copy link
Contributor

kysshsy commented Sep 14, 2024

What feature are you requesting?

After #64 is merged, we will only show Duckdb Scan: query to indicate that we have pushed down the query to DuckDB.

We could make the EXPLAIN statement more informative for users. Support analyze option and more options.

Why are you requesting this feature?

Make the EXPLAIN statement more informative for users.

What is your proposed implementation for this feature?

  1. We can display actual run times from the PostgreSQL side.
  2. Support a new style option. By default, we show the PostgreSQL style plan, but we can display the DuckDB style plan if the user specifies it. It may be more informative.

Full Name:

kyss

Affiliation:

NA

@kysshsy kysshsy added the feature New feature or request label Sep 14, 2024
@philippemnoel philippemnoel added priority-medium Medium priority issue user-request This issue was directly requested by a user labels Sep 16, 2024
@kysshsy
Copy link
Contributor Author

kysshsy commented Sep 28, 2024

/take

@kysshsy kysshsy linked a pull request Oct 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request priority-medium Medium priority issue user-request This issue was directly requested by a user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants