Mysql overlap vs distance--which is faster?
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-03-31T01:19:00Z
Indexed on
2010/03/31
1:23 UTC
Read the original article
Hit count: 430
I'm trying to find rows which are within __meters from the given point.
THis can be done via distance or overlap.
WHat is faster?
© Stack Overflow or respective owner