Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
dspillett
5y ago
0 comments
Save
Share
Before recent versions, in the Postgres implementation CTEs were a wall to predicate push-down which can make them much less efficient than in other DBMSs. Worth noting if you need to support older versions for any reason.
0 comments
1 comments · 1 top-level
top
newest
oldest
jeltz
5y ago
Yeah, but recursive CTEs are a different beast and still do not support pushdown. I am not sure if any database supports pushdown into recursive CTEs.
j
/
k
navigate · click thread line to collapse