标签: orientdb
SELECT count(*)FROM place WHERE DISTANCE(lat,lng,42.0697,-87.7878)< 10
获取超过50000条记录:加快执行速度,创建索引或更改查询以使用现有索引“
place.distance NOTUNIQUE [“lat”,“lng”] SBTREE
答案 0 :(得分:0)
您可以使用空间索引。
您可以查看文档http://orientdb.com/docs/2.1/Spatial-Index.html