I m developing an application using Google Maps API. The goal is to geocode certain locations and then allow users to search for these locations based on which ones are nearest to the user (e.g. "Thing x is 20 miles from you").
在我的SQL中,我只能储存地坐标,使用天线公式进行距离计算。 有些人建议我考虑邮政,因为它“对地理数据有更好的支持”。
因此,问题是:使用MySQL或Pogres有什么利弊?