-
Notifications
You must be signed in to change notification settings - Fork 1
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
PostgreSQL Optimizer Methodology #1
Comments
Some src files you might want to check: Postgres statistics generator: https://github.com/postgres/postgres/blob/master/src/backend/commands/analyze.c |
In Unconference - Stream 2 - 13:15-14:15 - PGCon 2022 There is a discussion on adding schetches for MCV inter-column estimation. |
Some advice from Richard Guo on hacking optimizer:
|
Question: Why PostgreSQL does not have a vector execution engine[1], there seems to be some efforts happened on hacker list, but goes no where. Answer: Supporting vector execution engine will require significant work for both the optimizer and executor. |
Here are some questions asked in the session, but I could not summarize the answers:
|
PostgreSQL Hacking Workshop - August 2024 summarized by Andreas Scherbaum @andreasscherbaum |
Signed-off-by: Junwang Zhao <[email protected]>
Signed-off-by: Junwang Zhao <[email protected]>
Workshop Title
Robert Haas, CMU Database Group, PostgreSQL Optimizer Methodology
Date: August 2024
Resources
The text was updated successfully, but these errors were encountered: