Skip to content

Sorting with split_ors #117

Description

@roed314

Currently split_ors runs each query sequentially, appends them all, then sorts the results. It would be better to do something adaptive: run the first query, but then do a streaming heap merge for the remaining, which will come in sorted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions