存储 Web 服务的地理参考信息的有效方法是什么?

发布于 2024-10-29 00:31:01 字数 123 浏览 1 评论 0原文

我特别考虑 Ovi 地图或任何其他类似的地理参考网络服务。对数据进行分区以便正确扩展的有效方法是什么?这些服务如何存储数据,以减少从一对坐标开始查找国家城市街道所需的工作量?它们又如何存储地理实体的“形状”? PS:这是一道面试题。

I am specifically thinking about Ovi Maps or any other similar georeferenced web service. What is an efficient way to partition data so to scale properly? How do these services store data so to reduce the effort necessary to lookup a street in a city of nation starting from a pair of coordinates? How do they also store the "shape" of geographical entities? P.S: This was an interview question.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

断桥再见 2024-11-05 00:31:01

OpenGIS 是基于位置的实体/服务的一个很好的参考/标准:http://www.opengeospatial.org/

MySQL,常用的 RDBMS,具有一定的地理空间支持。 http://dev.mysql.com/doc/refman/5.5 /en/spatial-extensions.html

我没有这样的数据分片/分区的经验,但我猜你可以按国家/地区或创建“图块”来这样做。

OpenGIS is a good reference/standard for location based entities/services: http://www.opengeospatial.org/

MySQL, the commonly used RDBMS has some geospatial support. http://dev.mysql.com/doc/refman/5.5/en/spatial-extensions.html

I don't have experience of sharding/partitioning data like this but guess you could do so by country or by creating "tiles".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文