[Tile-serving] [openstreetmap/osm2pgsql] New middle tables experiments (Issue #1970)
Paul Norman
notifications at github.com
Sat May 27 20:24:17 UTC 2023
created should be `timestamptz` because it is a UTC time. See https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_timestamp_.28without_time_zone.29_to_store_UTC_times.
fastupdate=off should not be needed on modern postgresql. When we added it, the pending list was set to work_mem, which was typically large on rendering servers (128MB or so). Since PostgreSQL 10, the value is set by `gin_pending_list_limit`, which defaults to 4MB.
What schema will be used for the various `jsonb` columns?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1970#issuecomment-1565666443
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/issues/1970/1565666443 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230527/718f2e38/attachment.htm>
More information about the Tile-serving
mailing list