ITPUB
Sep 26, 2023 · Databases
Why PostgreSQL Shows InitPlan and One‑Time Filter in Self‑Join Queries
This article walks through a puzzling PostgreSQL self‑join query, shows how different alias placements change the execution plan, explains the meaning of InitPlan and One‑Time Filter nodes, and demonstrates their impact with concrete examples and EXPLAIN output.
InitPlanOne-Time FilterPostgreSQL
0 likes · 11 min read
