datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Geo query optimization

Open jwomeara opened this issue 2 years ago • 1 comments

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: image

Currently results in wasteful query ranges like this: image

With this change, we will be able to generate tight query ranges like this: image

jwomeara avatar Sep 30 '22 15:09 jwomeara

This PR depends on the release of the following pr: https://github.com/NationalSecurityAgency/datawave-type-utils/pull/12

jwomeara avatar Sep 30 '22 15:09 jwomeara

Comments are largely cosmetic, LGTM

Thanks for the review.

jwomeara avatar Nov 17 '22 14:11 jwomeara