Currently dapper is setting InitialLongFetchSize to -1 if the command supports it in order to avoid the n+1 problem when reading LONG columns from a database like Oracle. It would be great if it could also set InitialLOBFetchSize to -1 as well. Currently my performance is horrible when reading a query returning CLOB.
Currently dapper is setting
InitialLongFetchSizeto -1 if the command supports it in order to avoid the n+1 problem when reading LONG columns from a database like Oracle. It would be great if it could also setInitialLOBFetchSizeto -1 as well. Currently my performance is horrible when reading a query returning CLOB.