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

Optimize for regexp matchers in ingesters #1993

Closed
cstyan opened this issue Jan 16, 2020 · 1 comment · Fixed by #2475
Closed

Optimize for regexp matchers in ingesters #1993

cstyan opened this issue Jan 16, 2020 · 1 comment · Fixed by #2475
Labels
keepalive Skipped by stale bot

Comments

@cstyan
Copy link
Contributor

cstyan commented Jan 16, 2020

An optimization was made to TSDB's postings/series lookup to reduce query latency in cases where a regex is used for a label matcher. This change (and the corresponding issue) should be ported to the ingester chunk lookup code, since the optimization was made to TSDB code and not PromQL.

cc @gouthamve

@stale
Copy link

stale bot commented Mar 16, 2020

This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 16, 2020
@gouthamve gouthamve added the keepalive Skipped by stale bot label Mar 16, 2020
@stale stale bot removed the stale label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keepalive Skipped by stale bot
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants