X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b4f0b8b72834d13f093672c144507d589fdd87f8..a32f6c66b8c4c5c985f3ae71577404d76716d6e6:/sql/indices.src.sql diff --git a/sql/indices.src.sql b/sql/indices.src.sql index 73ba662b..5ee621df 100644 --- a/sql/indices.src.sql +++ b/sql/indices.src.sql @@ -19,10 +19,6 @@ CREATE INDEX idx_location_area_country_place_id ON location_area_country USING B CREATE INDEX idx_search_name_country_centroid ON search_name_country USING GIST (centroid) {ts:address-index}; --- start -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};