Nominatim/nominatim
Sarah Hoffmann d74ae669e3 add support index when continuing import at index phase
Indexing scans the placex table sequentially during indexing
on the initial import. That is okay because we know that all
rows need to be processed anywhere. When continuing the import,
however, a large part might already be indexed, so that the
process spends a lot of time going through rows that are no
longer of interest. Create a supporting index for all unindexed
rows to speed up the scan. This is the same index as used later
for updates.
2021-04-17 11:07:04 +02:00
..
clicmd add support index when continuing import at index phase 2021-04-17 11:07:04 +02:00
db use absolute imports in Python code 2021-04-16 14:20:09 +02:00
indexer use absolute imports in Python code 2021-04-16 14:20:09 +02:00
tools port function to compute initial postcodes to Python 2021-04-16 16:11:20 +02:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
cli.py remove transition functions from Python 2021-04-16 18:41:14 +02:00
config.py use absolute imports in Python code 2021-04-16 14:20:09 +02:00
errors.py fix linting issues 2021-01-30 16:42:25 +01:00
version.py add migration for new placenode geometry index 2021-04-14 17:52:59 +02:00