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.

Add support for streamed chunks when making large queries #478

Closed
@msohcw

Description

@msohcw

Currently I've written a system that takes advantage to requests streaming capability to avoid loading all of the chunks into memory at once. Generally this seems faster and better than what is currently provided which loads all the chunks immediately. Could support be added for a generator that lazily loads chunks from buffer?

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