Should we use sql server spatial data for a simple lat and long scenario? -


i responsible of optimizing performance of query uses geographical data fetch poi within area (the view port of user rectangular area).

right save each point pair of latitude , longitude fields in our database , use simple between keyword in our clause see if point in rectangular area.

i didn't know sql server spatial data until , reading it, start thinking benefits of using system instead of our simple 1 , worth switch system or not ?

i should mention performance our priority , query should super fast.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -