]> git.openstreetmap.org Git - nominatim.git/commit
consolidate indexes over geometry_sectors
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Sep 2022 08:38:58 +0000 (10:38 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Sep 2022 08:38:58 +0000 (10:38 +0200)
commitf4d3ae6f70e5f0e86475d75c79dd3cbe1c07e103
treececd048c584acf761e3d2c8cf69a190d047f861f
parent860f3559a1967591899643058903ca01dec4b650
consolidate indexes over geometry_sectors

The index over geometry_sectors are mainly used for ordering
the places which need indexing. That means they function effectively
as a TODO list. Consolodate them so that they always only contain
the places which are still to do. Also add the appropriate index
for the boundary indexing phase.
lib-sql/indices.sql
lib-sql/tables.sql
nominatim/clicmd/setup.py
nominatim/tools/check_database.py
test/python/cli/test_cmd_import.py