Poor performance is most probably due to the selection criteria not pushed down to the underlying database. In that case, the DS job will pull all records into memory before applying the filter. You will have the generated DS code analyzed in order to determine the exact reason why.
↧