We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cfe97 commit 448ded2Copy full SHA for 448ded2
docs/jobs.md
@@ -8,7 +8,7 @@ We receive the parcel data in a GDB from PMBC, this data changes and needs to be
8
1. Setup Portforwading as necessary to get access to Postgres
9
1. Truncate the existing parcel_lookup table
10
1. Run the following command replacing username and password as
11
- necessary: `ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=app user=postgres password=postgres active_schema=alcs" PMBC_export.gdb -nln parcel_lookup`
+ necessary: `ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5432 dbname=app user=postgres password=postgres active_schema=alcs" PMBC_export.gdb -nln parcel_lookup -gt 10000 --config PG_USE_COPY YES`
12
1. Be patient, this will import ~2 million rows and will take ~10 minutes
13
14
## Running Jobs in Openshift
0 commit comments