migration guide: idx_placex_geometry_reverse_lookupPoint can be dropped

This commit is contained in:
marc tobias
2020-09-30 14:28:20 +02:00
parent c5c7a6a453
commit eeffe2caf4

View File

@@ -24,6 +24,13 @@ You can then drop the old index with:
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