diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4fa8d2..c3d3a85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * Correction des DROP d'indexes * Correction de la clé primaire de la table proprietaire * Ajout d'un index sur le champ voie de la table parcelle_info +* Import - Amélioration des performances pour l'EDIGEO + L'import des données EDIGEO via ogr2ogr n'utilisait plus l'option `PG_USE_COPY` ## 1.18.1 - 2023-09-27 diff --git a/cadastre/cadastre_import.py b/cadastre/cadastre_import.py index 23128f34..f2b8500b 100644 --- a/cadastre/cadastre_import.py +++ b/cadastre/cadastre_import.py @@ -1402,7 +1402,8 @@ def importEdigeoThfToDatabase(self, filename): '-lco', 'PG_USE_COPY=YES', '-nlt', 'GEOMETRY', '-gt', '50000', - '--config', 'OGR_EDIGEO_CREATE_LABEL_LAYERS', 'NO' + '--config', 'OGR_EDIGEO_CREATE_LABEL_LAYERS', 'NO', + '--config', 'PG_USE_COPY', 'YES', ] # -c client_encoding=latin1