Skip to content

Bad performance when reading CLOBs on Oracle #546

Description

@dtabuenc

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions