index backed knn pattern #573
GregoryCMiller
started this conversation in
Ideas
Replies: 1 comment
-
Yes, Im currently implementing the distance functions natively in spatial instead of relying on GEOS (which already gives like a 2x speedup), but once they're in place in tackling distance joins. I already implemented basically the same thing as part of VSS in this PR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
loving index support for spatial predicates!
the next most common performance constrained spatial join is probably k nearest neighbors (KNN).
in postgis the canonical KNN pattern is a cross join lateral with an index optimized order by distance (https://postgis.net/workshops/postgis-intro/knn.html).
is there support planned for an index backed knn pattern in duckdb?
Beta Was this translation helpful? Give feedback.
All reactions