]> git.openstreetmap.org Git - nominatim.git/commit
Stop copying the place_classtype tables into SQLite
authorItz-Agasta <rupamgolui69@gmail.com>
Thu, 6 Aug 2026 09:01:52 +0000 (14:31 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Thu, 6 Aug 2026 09:01:52 +0000 (14:31 +0530)
commita938d672b7f2d3aff253dcee231a582cf9f5d098
tree3ebd9982bbee26f9b21a57da7b25c8bbea9eabdd
parent4912377dbe45f55064a0d5734df53b8530e49ac6
Stop copying the place_classtype tables into SQLite

The conversion mirrored every table into the SQLite file and built a
spatial index on each of them. It also wrote a minimal stand-in for
pg_tables, which was only there so that get_class_table() could look the
tables up on SQLite. None of it is needed now that category search
matches on class/type.
src/nominatim_db/tools/convert_sqlite.py