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

[APM] Look into searches lacking a range query #85385

Closed
dgieselaar opened this issue Dec 9, 2020 · 1 comment · Fixed by #92112
Closed

[APM] Look into searches lacking a range query #85385

dgieselaar opened this issue Dec 9, 2020 · 1 comment · Fixed by #92112
Labels
apm:performance APM UI - Performance Work Team:APM All issues that need APM UI Team support v7.13.0

Comments

@dgieselaar
Copy link
Member

Adding a range query means that indices can get skipped based on their min/max values. A terms query by itself is not enough to trigger this optimisation.

I've seen situations in our test environments where some searches without a range filter are inexplicably slow. One example is the service map search where we walk traces. We only have a terms query on trace.id there. My only theory is that sometimes shards are very slow to respond even though they don't have any data matching the search. We should identify searches without range filters and add them where possible.

@dgieselaar dgieselaar added the Team:APM All issues that need APM UI Team support label Dec 9, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:performance APM UI - Performance Work Team:APM All issues that need APM UI Team support v7.13.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants