[Tile-serving] [openstreetmap/osm2pgsql] Flex backend: hstore column for all flex tables (#1109)
mboeringa
notifications at github.com
Tue Apr 7 14:36:20 UTC 2020
That's fine, but I do have a few questions then:
- The [docs regarding the flex backend](https://github.com/openstreetmap/osm2pgsql/blob/master/docs/flex.md) show an example of adding an hstore column, but @joto says _"there is no sensible way to come up with a default fill"_. So what does this option do?
> -- definition of the table:
table_pois = osm2pgsql.define_node_table('pois', {
{ column = 'tags', type = 'hstore' },
{ column = 'name', type = 'text' },
{ column = 'geom', type = 'point' },
})
- Is the hstore column being indexed?
- More general, is any indexing taken care of in the flex backend, e.g. at the very least the geometry columns? I don't see anything mentioned about this in the documentation.
Thanks for any info you can share.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1109#issuecomment-610424065
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200407/bd427b9f/attachment.htm>
More information about the Tile-serving
mailing list