|
|
|
|
|
by colanderman
2600 days ago
|
|
Be warned that in PostgreSQL, WITH is an optimization barrier, and is planned to remain that way to serve that purpose. If you can, prefer using views to enhance readability (and testability as a bonus). PostgreSQL views (unlike those in MySQL) do not prevent optimization across them. |
|
https://www.depesz.com/2019/02/19/waiting-for-postgresql-12-...