]> git.openstreetmap.org Git - nominatim.git/commit
indexer: fetch extra place data asynchronously
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 14:17:28 +0000 (16:17 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 15:41:08 +0000 (17:41 +0200)
commit20891abe1c0f1e07a160d13a9bc044e05da8ee8a
tree8ead76f4023f3da593037e2e0d5d0cb7ea6c8eb7
parent6ce6f62b8ef7cec8b5950293516845e319dd5f06
indexer: fetch extra place data asynchronously

The indexer now fetches any extra data besides the place_id
asynchronously while processing the places from the last batch.
This also means that more places are now fetched at once.
nominatim/indexer/indexer.py
nominatim/indexer/runners.py