]> git.openstreetmap.org Git - nominatim.git/commitdiff
leave osm2pgsql tables on ssd
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Oct 2012 20:29:16 +0000 (22:29 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Oct 2012 20:29:16 +0000 (22:29 +0200)
sql/indices.src.sql
utils/setup.php

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.
 
index b5d6767df506bbe76bc2bc90897ea28ce083c55f..8d5c6e39cdfd66101fcc9a4bf8b45cc705c02f53 100755 (executable)
                        echo '.';
                }
                echo "\n";
-               pgsqlRunScript('ALTER TABLE place SET TABLESPACE "data"');
                echo "Reanalysing database...\n";
                pgsqlRunScript('ANALYSE');
        }