-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Optimize ST_EXTENT_AGG for geo_shape and cartesian_shape #119889
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
Merged
craigtaverner
merged 39 commits into
elastic:main
from
craigtaverner:st_extent_optimize_geoshape
Jan 16, 2025
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
ec4f4e7
Support extracting extent from doc values as int[] for both cartesian…
craigtaverner daedc53
Merge remote-tracking branch 'origin/main' into st_extent_optimize_ge…
craigtaverner 7fdef3e
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 5c79f04
Update docs/changelog/119889.yaml
craigtaverner f7f9403
Fix changelog
craigtaverner 898d1ba
Added capability to block mixed-cluster tests which fail
craigtaverner 2ade43c
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner a32e45c
Revert "Added capability to block mixed-cluster tests which fail"
craigtaverner 26d3708
Change ST_EXTENT_AGG tests on airport_city_boundary to avoid multi-cl…
craigtaverner ad3f846
Add back non-ENRICH versions to be sure we have multi-shape aggs
craigtaverner 6a7e517
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 49e912a
Bring back capability because the mixed-cluster tests failed on the c…
craigtaverner 2716c03
Reorder parameters in geo_point/geo_shape aggregators
craigtaverner f877c9e
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner a503549
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 5284203
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 9c45f72
Code review updates
craigtaverner acd58ea
Merge branch 'st_extent_optimize_geoshape' of github.com:craigtaverne…
craigtaverner 44d0392
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 7c3957c
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner a05c435
One more code review comment
craigtaverner 2295cd9
Merge branch 'st_extent_optimize_geoshape' of github.com:craigtaverne…
craigtaverner 8adf8db
Two more code review comments
craigtaverner 7b63b8a
Support optimization for cartesian shapes
craigtaverner b517801
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner eaa5b21
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 229aacb
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 7379c8f
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 9fb92b1
Updated SpatialGeometryFieldMapperTests and identified bug
craigtaverner 86f350f
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner e13bf12
Merge branch 'st_extent_optimize_geoshape' of github.com:craigtaverne…
craigtaverner 736285d
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 3332224
Support missing groupIds in intermediate state creation
craigtaverner 394cc19
Merge branch 'st_extent_optimize_geoshape' of github.com:craigtaverne…
craigtaverner a66c67b
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner f0b7ab1
Added more cartesian tests with larger result sets
craigtaverner 1100bf3
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner 77d639b
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner ffb590f
Merge branch 'main' into st_extent_optimize_geoshape
craigtaverner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 119889 | ||
summary: Optimize ST_EXTENT_AGG for `geo_shape` and `cartesian_shape` | ||
area: "ES|QL" | ||
type: enhancement | ||
issues: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Consider adding a line of documentation on what this is supposed to do.