-
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
Intro to Postgres Planner #5
Comments
Frédéric: I watch Melnanie's presentation for the next workshop and look at her pointers. I'm not too sure I understand what a path is in planner's jargon. Is it a simplified representation of a potential plan whole tree? Or could it be a subtree? Robert Haas: Subtree. |
Robert's talk that discussed the Plan data structure: What's in a Plan -- PGCon 2018 & Slides |
Guidelines for new Optimizations
|
Signed-off-by: Junwang Zhao <[email protected]>
Workshop Title
Melanie Plageman, PGCon 2019, Intro to Postgres Planner
Date: December 2024
Resources
The text was updated successfully, but these errors were encountered: