geospatial index and query

231 views
Skip to first unread message

abys...@gmail.com

unread,
Feb 15, 2016, 10:30:08 AM2/15/16
to Hazelcast
Does Hazelcast support-

1. storing location details as key or by creating index over location object
2. querying on location using predicates or other apis like near (location, radius), between (location1, location 2)

Christoph Engelbert

unread,
Mar 1, 2016, 2:46:18 AM3/1/16
to Hazelcast
Hey,

Not quite yet. At the moment indexes are pure key-value pairs to prevent deserialization.

Anyhow we want to redesign the overall indexing system into a general SPI. This way you could plug in any kind of indexing. We would love to join forces with the community, especially with people having different needs (like yours) to get all of the important bits right.

What do you think, any interest / time to work on this?

Thanks
Chris

Nils Kilden-Pedersen

unread,
Mar 1, 2016, 9:00:12 AM3/1/16
to Hazelcast, abys...@gmail.com
On Monday, February 15, 2016 at 9:30:08 AM UTC-6, abys...@gmail.com wrote:
Does Hazelcast support-

1. storing location details as key or by creating index over location object

No, but you could store lat/lng as independent properties and create ordered indices on them. This can be used to speed up range queries.
 
2. querying on location using predicates or other apis like near (location, radius), between (location1, location 2)

Yes, by using any of the available geo-spatial libraries.
Reply all
Reply to author
Forward
0 new messages