Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要索引一个 kd 树,并且以后能够匹配它的一部分。 MySQL有能力吗?有没有其他选择?
你可以试试 PostgreSQL 9.1。它可以支持最近邻搜索索引
http://excoventures.com/talks/knn.pdf
我自己回答:当前数据库无法索引和搜索 kd-tree。