Skip to content

Push limit into scalar index query #6949

@westonpace

Description

@westonpace

Sometimes when many rows can be returned a scalar index query might take some time. For example, a large range query against a btree index that hits most or all of the data. If there is a limit on the scan then we could potentially push this into the index itself so that we know we can short-circuit early.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions