trasherdk / leaflet-geoman

🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
https://geoman.io/leaflet-geoman
MIT License
0 stars 0 forks source link

Snippet: Efficient Distance Querying in MySQL #5

Open trasherdk opened 2 years ago

trasherdk commented 2 years ago

Some very cool Geo Coding and optimizations, in a understandable language.

This article explains Efficient Distance Querying in MySQL and show the step by step optimizations needed for reasonable performance.

Article by Aaron Francis Twitter: aarondfrancis & GitHub: @aarondfrancis

It has reference to another related article Calculating distance using MySQL that are also worth looking into.