<div dir="ltr"><div>Hello,</div><div><br></div><div>I am using ogr2ogr to upload data from several geopackages to a postgis database. Some tables contain thousands of rows (buildings for example).</div><div><br></div><div>The import of the first file is quite fast (tables are created for the first file so PG_USE_COPY is used) but the following file is much slower (using INSERT instead of COPY).</div><div><br></div><div>How could I data insertion for the other files? Force PG_USE_COPY ? Increase the value of GT ? Postpone spatial index creation ?</div><div><br></div><div>Should I concatenate all the geopackages first and then insert the data in Postgis?<br></div><div><br></div><div>Thank you for your help<br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Alexandre Gacon</div></div></div>