This could look like quite a basic question but I can't find a clear answer on the Internet... I was simply wondering what DBMS was used to store OSM data. By entering such a question on Google, you get so many informations on how to extract data and import them into various DBMS, but no basic information (just for curious guys) about the way data are stored. I recently read about NoSQL that was based on Key-Value pairs, which reminded me the way OSM data are tagged. Is OSM on NoSQL? Or PostgreSQL? Or any other DBMS? Many thanks for your answers. asked 24 Sep '15, 19:55 wiltomap aseerel4c26 ♦ |
OSM started out on MySQL but has changed to PostgreSQL (not PostGIS) in 2009 and that's what we still use. answered 24 Sep '15, 20:01 Frederik Ramm ♦ 4
Note that PostGIS is often used in derived databases, like rendering and geocoding.
(25 Sep '15, 11:24)
Vincent de P... ♦
|
See https://wiki.openstreetmap.org/wiki/Database and see https://wiki.openstreetmap.org/wiki/Develop "for curious guys". :-) answered 24 Sep '15, 20:07 aseerel4c26 ♦ |