plan-advice

Tag

Cards List
#plan-advice

pg_plan_advice — help the planner get the right plan

Lobsters Hottest · 2026-06-27 Cached

pg_plan_advice is a PostgreSQL module that allows users to influence and stabilize query plan choices by specifying plan advice using a mini-language. It helps in controlling join order, scan methods, and other planner decisions, but overriding planner defaults can backfire if data distribution changes.

0 favorites 0 likes
← Back to home

Submit Feedback