Skip to content

Warn about large ResultSet #5

@gaul

Description

@gaul

Some implementations like MySQL buffer all results in-memory then send them to the JDBC drivers to make small ResultSet faster. Users can enable streaming mode to work around this for large ResultSet. Warn about large ResultSet so users can detect when they are using too much memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions