Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种大数据解决方案,用于存储具有地理位置(Lat/Lng)的记录,然后执行邻近搜索。
例如,将所有建筑物存储在数据库中,然后在数据库中查询离用户当前位置最近的建筑物。
我期望有大量插入的实体,所以这必须是一个大数据解决方案。
谢谢!
我建议你PostgreSQL和PostGIS。众所周知,PostgreSQL 非常适合处理大型数据集。而且,它是开源的。