]> git.openstreetmap.org Git - nominatim.git/commitdiff
disable vacuuming of planet_osm_ways, too expensive
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 26 Apr 2012 22:04:11 +0000 (00:04 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 26 Apr 2012 22:04:11 +0000 (00:04 +0200)
utils/cron_vacuum.sh

index 4bcb2d5b915d23f50f0d4c1a8bca1c398e33a1ed..4c16fc65079277afcb106468d4533416e3a784d3 100755 (executable)
@@ -6,7 +6,7 @@
 
 psql -q -d nominatim -c 'VACUUM ANALYSE search_name'
 psql -q -d nominatim -c 'VACUUM ANALYSE search_name_country'
-psql -q -d nominatim -c 'VACUUM ANALYSE planet_osm_ways'
+#psql -q -d nominatim -c 'VACUUM ANALYSE planet_osm_ways'
 
 for i in `seq 0 246`; do
   psql -q -d nominatim -c "VACUUM ANALYSE search_name_${i}"