[Tile-serving] [openstreetmap/osm2pgsql] Manual index configuration for id indexes? (Issue #1854)
Jochen Topf
notifications at github.com
Thu Dec 22 08:29:50 UTC 2022
The problem with (2) is that you can't use the more simple `define_node/way/relation/area_table()` functions any more but have to use `define_table()`. Maybe with all the extra things we have been doing on the table definitions the simplified functions aren't that great any more anyway and we want to deprecate them?
For option (2), that are the values for `create_index`?
* Do we want to use native data types: `true` for always create, `nil` (default) for "create for updateable databases", maybe `false` for "never create" (which might be useful if you want to create them manually in some specific way?) or
* use strings: `"always"`, `"never"`, `"auto"` (default)?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1854#issuecomment-1362551855
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/issues/1854/1362551855 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20221222/1f031b88/attachment.htm>
More information about the Tile-serving
mailing list