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
Post a Comment