Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Out of memory error when querying large data set with chunked=True #531

Closed
@rmah

Description

@rmah

Making large queries for very large result sets results in out of memory errors. This can be traced back to the function _read_chunked_response in client.py which reads the entire response into RAM before returning a ResultSet.

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