mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-29 08:36:24 +03:00
d74ae669e3
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. |
||
---|---|---|
.. | ||
clicmd | ||
db | ||
indexer | ||
tools | ||
__init__.py | ||
cli.py | ||
config.py | ||
errors.py | ||
version.py |