]> git.openstreetmap.org Git - nominatim.git/commit
Drop the place_classtype tables on migration
authorItz-Agasta <rupamgolui69@gmail.com>
Thu, 6 Aug 2026 09:02:07 +0000 (14:32 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Thu, 6 Aug 2026 09:02:07 +0000 (14:32 +0530)
commitdf0b394c5973e524cfab02bc404288533da8dcd7
treec468ac017e03118c69f1ea42b23160cae2847457
parenta938d672b7f2d3aff253dcee231a582cf9f5d098
Drop the place_classtype tables on migration

Nothing creates or reads them anymore, so a migrated database would keep
carrying them around for nothing. On a planet that is 428 tables and a
good 8GB.

The migration runs after the POI backfill, which still needs the table
names to work out which rows to fill in.
docs/admin/Migration.md
src/nominatim_db/tools/migration.py
src/nominatim_db/version.py