Solr is definitely well suited for this.
Depending on your client, getting json or xml is definitely super high 
performance for such a data set that barely changes.
Make sure you make the right params in the queries, solr caching will then 
provide you amazing performances.

paul


Le 31 juil. 2012 à 11:04, Spadez a écrit :

> I am trying to make a system that returns co-ordinates for a given "town",
> "city", "country" or "postcode" query.
> 
> I want to return the data in the fastest way possible since the server is
> going to be hammered and is going to need real concurency. 
> 
> Is Solr a good software solution to this? Would I be better of using another
> system such as "Spinx", "Sqlite" or even a homebrew solution.
> 
> Some input would be much appreciated.

Reply via email to