]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/indices.src.sql
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / sql / indices.src.sql
index fe42a7c3965a5b11c0b76c65614b17a0a850f037..2e5dde71e66ecb25b0cd6b3be3a4ef51247464f0 100644 (file)
@@ -1,9 +1,3 @@
--- osm2pgsql slim tables were on SSD just to speed up the import
--- move them back to normal space
-ALTER INDEX planet_osm_nodes_pkey SET TABLESPACE "data";
-ALTER INDEX planet_osm_ways_nodes SET TABLESPACE "data";
-ALTER INDEX planet_osm_rels_parts SET TABLESPACE "data";
-
 -- Indices used only during search and update.
 -- These indices are created only after the indexing process is done.