]> git.openstreetmap.org Git - nominatim.git/commit
import TIGER data into temporary table
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 18 Aug 2012 08:22:35 +0000 (10:22 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 18 Aug 2012 08:30:42 +0000 (10:30 +0200)
commit55b59ea1396741b5f152dba3ff4ade8266442fc1
tree4567a34f5f2869afdc627f909f41aab603deb043
parentc41b6067fea669675209aebf7abf6bb8385fbbf3
import TIGER data into temporary table

Import TIGER data into a temporary table first that later replaces
the current location_property_tiger table. This way index creation
on the table can be delayed until after the import which should
speed up the import and result in significantly smaller indexes.

Also removed index on parent_place_id as it is covered by
idx_location_property_tiger_housenumber_parent_place_id.
sql/functions.sql
sql/tiger_import_finish.sql [new file with mode: 0644]
sql/tiger_import_start.sql [new file with mode: 0644]
utils/setup.php