-
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
[Maps] term join limit #86491
[Maps] term join limit #86491
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice addition. Especially useful if the domain is really well known. will be a meaningful performance boost.
Further down the line, we could even consider setting this explicitly based on the size of the "left source". e.g. if the left-source is EMS or a static ES-source (ie. an eS-source that is not time-based and dynamic filtering is turned off) than this number does not change.
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx, tested and works
* [Maps] term join limit * update region map migration to set size * display size in join expression * tslint * update jest snapshots * remove default size and just default to max buckets * add size to sourceMeta so join data is re-requested on size change * tslint Co-authored-by: Kibana Machine <[email protected]>
* [Maps] term join limit * update region map migration to set size * display size in join expression * tslint * update jest snapshots * remove default size and just default to max buckets * add size to sourceMeta so join data is re-requested on size change * tslint Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Fixes #71706
This PR adds some missing feature parity with region map - to limit the number of terms for term joins.
Users can configure "size" in the join expression UI. When migrating region map visualizations, the size is transferred as well.