|
|
|
|
|
by alyandon
1123 days ago
|
|
PostgreSQL famously does not support plan hints
I really wish the PostgreSQL core team would acknowledge that their stance on that hurts more than helps. Even Oracle with decades of engineering behind it doesn't get execution plans correct 100% of the time and provides a way to tune query execution via hints.However, TIL that https://github.com/ossc-db/pg_hint_plan exists so that will probably become a standard thing I deploy. |
|
By their technical merits, PostgreSQL should be the most used DB.