mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
convert sqlite: add index on parent_place_id
This commit is contained in:
parent
613c8635a8
commit
84d6b481ae
@ -113,6 +113,7 @@ class SqliteWriter:
|
||||
await self.create_spatial_index('osmline', 'linegeo')
|
||||
await self.create_spatial_index('tiger', 'linegeo')
|
||||
await self.create_index('placex', 'place_id')
|
||||
await self.create_index('placex', 'parent_place_id')
|
||||
await self.create_index('placex', 'rank_address')
|
||||
await self.create_index('addressline', 'place_id')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user