Schedule - PGConf.DE 2023

pg_hint_plan – get the right plan without surprises

Date: 2023-06-27
Time: 09:10–09:55
Room: Saal B
Level: Intermediate

I use pg_hint_plan to learn about the optimizer, to understand the query planner choices, and, sometimes work around a problem in production. But hinting is not easy. Fixing the exact plan needs more than one hint. In this live demo session, we will go through understanding and examples of how to use pg_hint_plan in a predictable way. It is also a good occasion to understand the access paths, join order and methods, and how to read an execution plan

Slides

The following slides have been made available for this session:

Speaker

Franck Pachot