mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
migration guide: idx_placex_geometry_reverse_lookupPoint can be dropped
This commit is contained in:
@@ -24,6 +24,13 @@ You can then drop the old index with:
|
|||||||
DROP INDEX idx_placex_pendingsector
|
DROP INDEX idx_placex_pendingsector
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Unused index
|
||||||
|
|
||||||
|
This index has been unused ever since the query using it was changed two years ago. Saves about 12GB on a planet installation.
|
||||||
|
|
||||||
|
```sql
|
||||||
|
DROP INDEX idx_placex_geometry_reverse_lookupPoint
|
||||||
|
```
|
||||||
|
|
||||||
### Switching to dotenv
|
### Switching to dotenv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user