Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to do range scans with ART ? #38

Open
winash12 opened this issue Sep 26, 2018 · 0 comments
Open

Possible to do range scans with ART ? #38

winash12 opened this issue Sep 26, 2018 · 0 comments

Comments

@winash12
Copy link

I am actually in the geosciences using geohashes -
https://en.wikipedia.org/wiki/Geohash which are 64 bit integers. I
would like to store these geohashes in memory and then do range scans.

I want to be able to do range queries with geohash ranges and these
should be very fast.
As an example if I have latitude and longitude = 61.5,N 172 E
and another latitude and longitude = 61.4. 172.1 E both of these will
geohash to similar values with a similar prefix. We can calculate the
prefix with an lower and upper bound and retrieve all the geohashes in
that range. Is it possible with your implementation of ART ?

I do not see an API for range queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant