Y
Hacker News
new
|
ask
|
show
|
jobs
by
RMarcus
787 days ago
PostgreSQL has coarse-grain query hints (like `enable_hashjoin`), and the excellent `pg_hint_plan` extension allows you to specify a complete or partial execution plan:
https://github.com/ossc-db/pg_hint_plan