datawave
datawave copied to clipboard
Geo query optimization
This optimization makes queries against geo fields behave somewhat similarly to geowave queries. Multiple, tight ranges will be generated which should greatly improve query performance.
Running a query like this:
Currently results in wasteful query ranges like this:
With this change, we will be able to generate tight query ranges like this:
This PR depends on the release of the following pr: https://github.com/NationalSecurityAgency/datawave-type-utils/pull/12
Comments are largely cosmetic, LGTM
Thanks for the review.