MySQL Forums
Forum List  »  General

Re: Optimised way to search over 2 milllion poi data in mysql
Posted by: newbie Shai
Date: September 01, 2014 09:40PM

Dear Rick,
Is it possible to go with out using partitioning. The problem in our scenario is that we want to find the nearest point with out bothering how far the location is. So maybe a particular partition might not contain it then another one may contain so it fails to gives us any results.

My idea is first to scope say the lat and longitude between +2 and -2 if this fail then make it bigger say +4 and -4. Keep growing till we find one location. So any optimization idea here?

Options: ReplyQuote


Subject
Written By
Posted
Re: Optimised way to search over 2 milllion poi data in mysql
September 01, 2014 09:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.