Skip to content

Stream query results #23

@jstirnaman

Description

@jstirnaman

query() buffers the entire result set into memory before returning. For large measurement queries, this can cause high memory usage and slow responses (the previous implementation streamed lines). Consider adding a streaming option (async iterator passthrough) or enforcing limits/pagination at the API boundary.

Originally posted by @Copilot in #18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions