ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
76 stars 152 forks source link

Use Postgres COPY in Datapusher #220

Open jqnatividad opened 3 years ago

jqnatividad commented 3 years ago

As proven by xloader, using Postgres Copy is exponentially better than chunking rows through the Datastore API.