ADF ViewCriteria performance impact
There is a caveat i wanted to highlight with respect to view criteria that has a performance impact. if you use a view criteria it is applied after the query block as shown below. This example is based on the scott schema.
1 | select * from (select empno from emp)QRSLT … |