2

Im looking for a geospatial db which can search lat and long in seconds and point me to a point id. I'm new working with geopspatial db's. Can anyone recommend? or point me in a direction?

1
  • Are you looking at custom data or do you require full spatial functions available? A simple table of distinct lon/lat points is a very real solution with immediate indexing. Commented Feb 17, 2011 at 5:07

2 Answers 2

2

For spatial search you can try Lucene/Solr spatial search. Store data in mysql and build the index in solr.

MyIASM table support spatial indexes in MySql, have a look at the documentation

Sign up to request clarification or add additional context in comments.

Comments

1

I use MySQL. All the freeness and familiarity, now with spatial functions. This is from wikipedia:

MySQL DBMS implements the datatype geometry plus some spatial functions that haven't been implemented according to the OpenGIS specifications. Functions that test spatial relationships are limited to working with minimum bounding rectangles rather than the actual geometries. MySQL versions earlier than 5.0.16 only supported spatial data in MyISAM tables. As of MySQL 5.0.16, InnoDB, NDB, BDB, and ARCHIVE also support spatial features.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.