given one point A, get the nearest 100 points from one million data records
- database is MySql
- one million records of latitude and longitude
- these points mean user's current position when logined , so they may be changing.
scenario:
when a user open a page , display the nearest top 100 other people.