clobs no longer fetched on demand

Jeff81

Member³
Version 14 started with a new feature of:
CLOBs and BLOBs are now fetched on demand to improve query performance.

This used to work but not I am running 14.0.6.1988 and I am noticing that blobs are being fetched with the query, no longer on demand.
 
I select from a table that has a BLOB in every column. After I return a certain number of errors I get the message about
"Result set exceeds teh maximum size (100 MB)"

At one point I stopped getting this message
 
Can you let me know how many rows had been fetched at this point, and how many BLOB columns are in each row?
 
I get 11,088 rows return with 1 blob in each row. Interesting is that the total size of all blobs in these rows is 977mb.
 
Back
Top