[Tile-serving] [osm2pgsql] Enhance with a datamodel option, using JSONB (#533)
Paul Norman
notifications at github.com
Thu Feb 25 13:34:03 UTC 2016
Generally you should **not** be querying the slim tables (nodes, ways, and rels). You cannot depend on them existing, as they depend on import settings and are internal to osm2pgsql and not structured to be easy for other applications to query.
We'd actually like to drop them all for something similar to flat-nodes.
> * The [database support (functions, convertions and operations)](http://www.postgresql.org/docs/9.5/static/functions-json.html) is so better!!
I don't see that JSONB offers any operators that would be useful that hstore doesn't.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/533#issuecomment-188786948
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20160225/4d0f739c/attachment.html>
More information about the Tile-serving
mailing list