[postgis-tickets] [PostGIS] #2337: support parallel loading of state data
PostGIS
trac at osgeo.org
Sat May 18 11:20:33 PDT 2013
#2337: support parallel loading of state data
----------------------------+-----------------------------------------------
Reporter: robe | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: tiger geocoder | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
this is sort of a defect since its not stated it can't be done and yet
separate scripts re created for each state.
Right now I think the only thiing stopping from being able to do a
parallel load of state data is that the generated script drops the
tiger_staging schema after each load.
If it were changed to only create the schema if not present and then only
drop tables it creates in the process, it would be possible to run scripts
in parallel to download and process each state without each script
clubbering any other.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2337>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list