Update OSM documentation #574
Labels
documentation
Documentation related stuff
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Very nice project! I was hoping to get some more details about the openstreetmaps implementation. Specifically:
Osm2pgsql
,Osmium
,Osmosis
andImposm
.In order to save denormalized geometries in PostGIS (e.g. linestring, polygon, multi-polygon, etc.), Baremaps creates a cache for nodes, ways and relations. [LMDB](https://symas.com/lmdb/) is used under the hood to achieve great performance.
It sounds like this normalization is happening in the server and not in postgres. What is the performance impact of this normalization? Is there acache warming
period on server restart?osmupdate
?The text was updated successfully, but these errors were encountered: