[Tile-serving] [openstreetmap/osm2pgsql] Call ANALYZE on tables with ids when two-stage processing is used (PR #1675)
mboeringa
notifications at github.com
Mon May 23 06:07:22 UTC 2022
@joto , reviewing the changes, I see you have put the ANALYZE call before the actual index creation. Shouldn't this be the other way around? ANALYZE needs to be able to discover the index in order for the PostgreSQL planner to have use for it.
```
table.analyze();
table.create_id_index();
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1675#issuecomment-1134219843
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/pull/1675/c1134219843 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220522/9d42444f/attachment.htm>
More information about the Tile-serving
mailing list