I have some questions on the behavior of DBQuery.
1. Does DBQuery cache anything on the QIE server or does it just retrieve a row, process it, retrieve another row, etc?
2. What if the query returns millions of rows.  Does the QIE server just start working on a stream of data coming from the source?  Does it retrieve query results in batches?  If not, is there a way, other than to write the query specifically, to allow DBQuery to work in batches vs. the entire query result set?