PostgreSQL Execution Plans
Sample Query
SELECT * FROM "customer" INNER JOIN "branch" ON ("customer"."branch_id" = "branch"."id")
LEFT OUTER JOIN "customer_attribute" ON ("customer"."id" = "customer_attribute"."customer_id")
WHERE ("branch"."organization_id" IN ('9ea8d10f-0e9c-...
suriyasg.hashnode.dev6 min read