You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate whether we're benefitting from the current approach to indexing Nodes with a quadtile index. The alternative would be to index both the latitude and longitude columns in the nodes table so that we could do WHERE BETWEEN queries on lat and long.
The text was updated successfully, but these errors were encountered:
We should investigate whether we're benefitting from the current approach to indexing Nodes with a quadtile index. The alternative would be to index both the latitude and longitude columns in the nodes table so that we could do
WHERE BETWEEN
queries on lat and long.The text was updated successfully, but these errors were encountered: