Skip to content

Commit

Permalink
convert sqlite: add index on parent_place_id
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Oct 23, 2023
1 parent 613c863 commit 84d6b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nominatim/tools/convert_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ async def create_indexes(self) -> None:
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')

Expand Down

0 comments on commit 84d6b48

Please sign in to comment.