[Tile-serving] [osm2pgsql-dev/osm2pgsql] osm2pgsql should not perform analyze by itself (Issue #2094)

Jochen Topf notifications at github.com
Mon Oct 16 14:47:38 UTC 2023


> Usually, t is not the application's job to worry about how the RDBMS clean the tables.

Yeah, I know. Unfortunately our use case seems sufficiently unusual that we are constantly coming up against these kinds of problems where the database isn't magically doing the right thing.

> From what I can see, new tuples are inserted or deleted.

Only in "append" mode, i.e. when updating the data. And in that case osm2pgsql should not run `ANALYZE`. In "create" mode, `ANALYZE` is run explicitly. Are you seing those explicit `ANALYZE`s in "append" mode?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/issues/2094#issuecomment-1764646783
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/issues/2094/1764646783 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20231016/5bc38fa7/attachment.htm>


More information about the Tile-serving mailing list