elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.61k stars 8.22k forks source link

Uptime alerts - use DataViewLazy to decrease fieldCaps usage #189068

Open mattkime opened 3 months ago

mattkime commented 3 months ago

In an effort to increase performance and decrease COGS, we should look at using DataViewLazy instead of the legacy DataViews. This is a move toward loading fields only as needed rather than loading them all when the DataView is instantiated.

elasticmachine commented 3 months ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)