X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/932d945b7f897fd18be7d4c2fac3eda3915aa296..b90b3e3b4b0451f9d0f521478952aa26f77786cf:/sql/indices.src.sql diff --git a/sql/indices.src.sql b/sql/indices.src.sql index 2e5dde71..fe42a7c3 100644 --- a/sql/indices.src.sql +++ b/sql/indices.src.sql @@ -1,3 +1,9 @@ +-- 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.