Specifically for the common real world query type with the following inputs:
- Latitude and longitude coordinates
- Radius in meters
If I want to return all the stored points within the radius of the input coordinate, how fast can I expect this to be using mySQL spatial indexing and querying?
How would this query time vary running on ten thousand, one hundred thousand, and one million stored data points?
Thanks