Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Indexing k-d tree?

Tags:

mysql

kdtree

I need to index a k-d tree, and be able to match part of it later.
Is MySQL capable of ? Are there any alternatives?


1 Answers

You can try PostgreSQL 9.1.It can support Nearest Neighbor Search Indexes

http://excoventures.com/talks/knn.pdf

like image 51
zhfkt Avatar answered Oct 14 '25 22:10

zhfkt