ossc-db / pg_hint_plan

Extension adding support for optimizer hints in PostgreSQL
Other
696 stars 103 forks source link

Question about Hint #114

Closed Hap-Hugh closed 1 year ago

Hap-Hugh commented 1 year ago

Hi, I am writing to ask why this hint does not work. Thanks

/+ SeqScan(v) SeqScan(p) IndexScan(b) SeqScan(c) SeqScan(u) HashJoin ( v p ) NestLoop ( v p b ) HashJoin ( c u ) HashJoin ( v p b c u ) Leading ( ( ( ( v p ) b ) (c u) ) ) /