]> git.openstreetmap.org Git - nominatim.git/commit
indexer: allow batch processing of places
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Jul 2020 15:20:30 +0000 (17:20 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 3 Aug 2020 08:32:39 +0000 (10:32 +0200)
commit5be084e0f5b19a798f32c6310060c1a3c206211f
treec1364c7d5d07c75ca0aead70921742160a6d9459
parent2323923becb127d01636a6eadda33f95a1e80379
indexer: allow batch processing of places

Request and process multiple place_ids at once so that
Postgres can make better use of caching and there are less
transactions running.
nominatim/indexer/progress.py
nominatim/nominatim.py