You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Exists were originally in place but got replaced with CTE to solve
short term performance isseus
- CTE is using a lot of memory while it is performant for larger results
it is not very performant for low resutlts.
- With new index structure exists are only executed for relatively few
rows, implying that EXIST clauses again become more performant
0 commit comments