Community

Proactively Controlling ADF Query Execution with Estimated Row Count

(Andrejus Baranovskis) In ADF BC we can configure how many rows VO should return, however in the background it still will execute entire SQL statement without attaching rownum < X to it. We can prevent this by overriding executeQueryForCollection method and checking estimated row count, before invok

Read More - Register for Free Membership

Tags: