Skip to content

apply rule-based optimization #26

Open
@xiaozongyang

Description

@xiaozongyang

Some queries may be optmized by some rules to reduce latency and impove performance, such As

foo > 2 < 1     -> empty
sum(sum(sum(foo) by (a, b, c) by (a, b))) by (a)  -> sum(foo) by (a)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions