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

[DataViews] Improve fields performance #167735

Closed
3 tasks done
kertal opened this issue Oct 2, 2023 · 1 comment
Closed
3 tasks done

[DataViews] Improve fields performance #167735

kertal opened this issue Oct 2, 2023 · 1 comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 Meta performance Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.

Comments

@kertal
Copy link
Member

kertal commented Oct 2, 2023

DataViews are used all around Kibana, this issue aims to improve the performance by
a) Remove redundant calls to the fields caps API (currently this is done every time a DataView is being loaded)
b) Remove redundant fetching of DataViews (e.g. in Discover when switching data views)
c) Optimizing DataView field_caps requests to return data more quickly (by e.g. excluding defined tiers)

Tasks

Preview Give feedback
  1. Feature:Data Views Team:DataDiscovery impact:high loe:medium refactoring
    mattkime
  2. :DataDiscovery/fix-it-week Team:DataDiscovery Team:Presentation bug impact:low triage_needed
    mattkime
  3. :DataDiscovery/fix-it-week Feature:Discover Team:DataDiscovery bug impact:high loe:small
    mattkime
@kertal kertal added the Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. label Oct 2, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@kertal kertal added Feature:Data Views Data Views code and UI - index patterns before 8.0 performance Meta labels Oct 2, 2023
@kertal kertal closed this as completed Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 Meta performance Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Projects
None yet
Development

No branches or pull requests

2 participants