Skip to content

Optimization: filter + scoring by timestamp #4902

@fulmicoton

Description

@fulmicoton

There are several ideas we could leverage to sort by timestamp.

When we sort AND filter a timestamp range, we end up fetching the timestamp twice.

The timestamp is often almost sorted.
A minor amount of metadata could make it possible to restrict our query.

within [t_start, t_end] implies doc in [doc_a, doc_b]

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