I have a recursive view that uses a CTE in both the recursive and non-recursive
operands to the union operator. This CTE is quite complex --- it calls various
others CTEs and does some aggregations, etc. Looking at the explain plan for
the view I can see that a "CTE Scan" with a Filter is being
I have a recursive view that uses a CTE in both the recursive and non-recursive
operands to the union operator. This CTE is quite complex --- it calls various
others CTEs and does some aggregations, etc. Looking at the explain plan for
the view I can see that a "CTE Scan" with a Filter is being