Hacker News new | ask | show | jobs
by epgui 1258 days ago
Nope, there’s no performance downside to using CTEs in recent postgres versions, unless the CTE is recursive or has side effects (which would be weird).