From: Sarah Hoffmann Date: Wed, 21 Sep 2022 08:38:58 +0000 (+0200) Subject: consolidate indexes over geometry_sectors X-Git-Tag: v4.2.0~27^2~2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/f4d3ae6f70e5f0e86475d75c79dd3cbe1c07e103?hp=f4d3ae6f70e5f0e86475d75c79dd3cbe1c07e103 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. ---