-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Kibana improvement - don't re/load data you don't need #7215
Comments
👍 Maybe similar to this, if I'm zooming in on the tile map it will refresh the entire dashboard just to redraw the map at a higher zoom level though the underlying query isn't changing for the rest of the panels. |
@marcinkubica We build visualizations based on the aggregation data returned by Elasticsearch, so that's why multiple visualizations results in multiple searches. Intelligently determining when to apply a filter and when not to is an interesting idea. I'm not really sure how that would work off-hand, but I like the idea of it. |
There's a somewhat related community PR for only applying filters against index patterns that contain the filtered field: #8181 |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
this should be resolved or at least greatly improved by the client side caching that we added in 7.13 |
`v88.5.0`⏩`v88.5.4` This EUI upgrade helps unblock the Shared UX team with some beta serverless nav updates not listed in the below changelog (elastic/eui#7228 and elastic/eui#7248). --- ## [`88.5.4`](https://github.com/elastic/eui/tree/v88.5.4) - This release contains internal changes to a beta component needed by Kibana. ## [`88.5.3`](https://github.com/elastic/eui/tree/v88.5.3) **Bug fixes** - Fixed `EuiComboBox` search input width not resetting correctly on selection ([#7240](elastic/eui#7240)) ## [`88.5.2`](https://github.com/elastic/eui/tree/v88.5.2) **Bug fixes** - Fixed broken `EuiTextTruncate` testenv mocks ([#7234](elastic/eui#7234)) ## [`88.5.1`](https://github.com/elastic/eui/tree/v88.5.1) - Improved the performance of `EuiComboBox` by removing the `react-autosizer-input` dependency ([#7215](elastic/eui#7215)) **Dependency updates** - Updated `react-element-to-jsx-string` to v5.0.0 ([#7214](elastic/eui#7214)) - Removed unused `@types/vfile-message` dependency ([#7214](elastic/eui#7214))
Hi
Since I'm working with somehow larger datasets (prototypes against 1.3TB for the starters) I'm feeling a performance hit on following occasions:
Cheers
Marcin
The text was updated successfully, but these errors were encountered: