mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-25 22:12:45 +03:00
drop unnecessary index
This commit is contained in:
parent
3c2c3ab674
commit
b41a5c962c
@ -24,6 +24,7 @@ CREATE INDEX idx_search_name_country_centroid ON search_name_country USING GIST
|
||||
CREATE INDEX idx_location_property_-partition-_centroid ON location_property_-partition- USING GIST (centroid) {ts:address-index};
|
||||
-- end
|
||||
|
||||
DROP INDEX IF EXISTS place_id_idx;
|
||||
CREATE UNIQUE INDEX idx_place_osm_unique on place using btree(osm_id,osm_type,class,type) {ts:address-index};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user