Skip to content

Make broker short-circuit for point queries w/ a limit clause #9137

@dang-stripe

Description

@dang-stripe

We've observed select and select distinct queries with no aggregation and a small limit clause can take a long time to process. We think that the broker is waiting for all results to return before returning to the client, when it can short-circuit and return once enough results to satisfy the limit are available.

cc @Jackie-Jiang

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions