Project

General

Profile

« Previous | Next » 

Revision 6658

inputs/.geoscrub/geoscrub_output/postprocess.sql: Added index on decimallatitude, decimallongitude

View differences:

postprocess.sql
1 1
ALTER TABLE :table ALTER COLUMN decimallatitude SET NOT NULL;
2 2
ALTER TABLE :table ALTER COLUMN decimallongitude SET NOT NULL;
3

  
4
CREATE INDEX ON :table (decimallatitude, decimallongitude);

Also available in: Unified diff