Nominatim/sql
Sarah Hoffmann 55b59ea139 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.
2012-08-18 10:30:42 +02:00
..
country_grid.sql DB Scheme changes: alter table placex add column calculated_country_code varchar(2); 2012-05-22 16:27:42 +02:00
functions.sql import TIGER data into temporary table 2012-08-18 10:30:42 +02:00
indices.src.sql don't create index idx_placex_sector twice 2012-07-31 00:42:55 +02:00
loaddata.sql data partitioning 2010-10-26 15:22:41 +00:00
partitions.src.sql excluded place nodes outside parent boundaries from addresses 2012-07-03 22:44:06 +02:00
tables-minimal.sql fix typo mentioned by mathieu monney on mapquest's forum two weeks ago. this typo is responsible for 'location_property_tiger does not exist' errors. 2011-10-21 06:48:04 +00:00
tables.sql fix broken field name / committed debug 2012-05-22 20:21:58 +02:00
tiger_import_finish.sql import TIGER data into temporary table 2012-08-18 10:30:42 +02:00
tiger_import_start.sql import TIGER data into temporary table 2012-08-18 10:30:42 +02:00
update_bigint.sql bigint update script 2011-06-10 13:41:51 +00:00