mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
convert sqlite: add index on parent_place_id
This commit is contained in:
@@ -113,6 +113,7 @@ class SqliteWriter:
|
|||||||
await self.create_spatial_index('osmline', 'linegeo')
|
await self.create_spatial_index('osmline', 'linegeo')
|
||||||
await self.create_spatial_index('tiger', 'linegeo')
|
await self.create_spatial_index('tiger', 'linegeo')
|
||||||
await self.create_index('placex', 'place_id')
|
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('placex', 'rank_address')
|
||||||
await self.create_index('addressline', 'place_id')
|
await self.create_index('addressline', 'place_id')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user