Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex set optimization when querying for chunks in index #2446

Merged
merged 7 commits into from
Apr 15, 2020
Merged

Regex set optimization when querying for chunks in index #2446

merged 7 commits into from
Apr 15, 2020

Commits on Apr 15, 2020

  1. Moved seriesStore lookupSeriesByMetricNameMatcher to store.lookupChun…

    …kIdsByMetricNameMatcher.
    
    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    8888959 View commit details
    Browse the repository at this point in the history
  2. Implement optimization for set regex.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d6d87df View commit details
    Browse the repository at this point in the history
  3. Added test for regex set optimization.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    65ca752 View commit details
    Browse the repository at this point in the history
  4. Added CHANGELOG.md

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ba4937b View commit details
    Browse the repository at this point in the history
  5. Fix race errors.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d402f49 View commit details
    Browse the repository at this point in the history
  6. Fix compilation errors after rebase.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ff019c9 View commit details
    Browse the repository at this point in the history
  7. Rename method to lookupIdsByMetricNameMatcher

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f26dbff View commit details
    Browse the repository at this point in the history