]> git.openstreetmap.org Git - nominatim.git/commit
speed up reverse lookup of place nodes
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 17 Feb 2023 09:31:49 +0000 (10:31 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 17 Feb 2023 13:10:01 +0000 (14:10 +0100)
commit8ed096f938e27cc814a446dcc15682ceb3bd5e9e
tree1b71b47522960f67a0fd204be17271e79ff2b9e3
parent3405dbf90ee650be80aa80c474d08da0286f0ed2
speed up reverse lookup of place nodes

Add a special index that contains the place nodes buffered by their
respective area according to their search rank. This replaces the
maximum area search for place nodes and reduces drastically the number
of place nodes that need to be retrieved.
lib-php/ReverseGeocode.php
lib-sql/indices.sql
lib-sql/tables.sql
nominatim/tools/migration.py
nominatim/version.py