Skip to content

Mysql unbuffered queries #86

Description

@chriskapp

Currently it is not possible to load large resultsets since we use internally buffered queries which loads the complete resultset into memory.
We need to adjust the Mysql driver to use unbuffered queries so that the complete resultset is not loaded into memory.

Metadata

Metadata

Assignees

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