MySQL Forums
Forum List  »  General

Re: Optimised way to search over 2 milllion poi data in mysql
Posted by: newbie Shai
Date: September 07, 2014 04:09AM

Dear Rick,
So my final index is just this ADD PRIMARY KEY (`poiID`), ADD KEY `lat` (`lat`,`long`). What do you mean by 40K in each lat and long? What else trick can I use beside indexing to avoid full table scan ?

What do you mean by the lookups in the first table will be mostly "clustered" (as a side effect of the choice of PARTITIONing and PRIMARY KEY) ?

Options: ReplyQuote


Subject
Written By
Posted
Re: Optimised way to search over 2 milllion poi data in mysql
September 07, 2014 04:09AM


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.