MySQL Forums
Forum List  »  Performance

Re: GEO Search with large table is very slow
Posted by: Jack Gwalt
Date: March 15, 2009 07:41PM

Hi Sean,
I do a lot of this sort of thing. (By the way, it's not a "radius" search unless you're doing a circle, but we understand what you mean.)

Maybe I'm missing something, but two of your search fields are not among your indexes: prop.longitude and prop.listing_sold_time. Shouldn't you also be indexing those? I would think that the fact that they are not indexed is slowing things down dramatically.

JG

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: GEO Search with large table is very slow
3037
March 15, 2009 07:41PM


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.