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

[Lens] Optimize percentiles fetching #126941

Closed
flash1293 opened this issue Mar 4, 2022 · 1 comment · Fixed by #131875
Closed

[Lens] Optimize percentiles fetching #126941

flash1293 opened this issue Mar 4, 2022 · 1 comment · Fixed by #131875
Assignees
Labels
enhancement New value added to drive a business result Feature:Lens performance Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@flash1293
Copy link
Contributor

Right now on configuring multiple percentiles in a single layer, these percentiles are fetched using separate aggregations. This is not handled well by Elasticsearch.

To improve performance for these cases, multiple percentile aggs in a single layer with matching time shift and filters should be collapsed into a single percentile agg, then mapped back to the correct column per dimension.

@flash1293 flash1293 added performance enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens labels Mar 4, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Lens performance Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants