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.
我必须为慢速互联网连接创建一个网络映射界面。我想创建mbtiles并将它们解压缩到他们的服务器(mbutil)上,但我担心他们那里没有很多磁盘空间。
问题是,可以直接读取mbtiles吗?如果是,性能如何?
是的,你可以这样做。对于 Node.js,请查看类似 node-sqlite 的内容。并发读取可能会限制性能,但这完全取决于您期望的流量类型。但是 Mapbox 实际上很早就在这种模型上运行(请参阅TileStream),然后才扩大规模和流量需求。