[gdal-dev] Slow writing into Spatialite with -skipfailures

Even Rouault even.rouault at mines-paris.org
Wed Apr 4 12:39:26 EDT 2012


Selon Jukka Rahkonen <jukka.rahkonen at mmmtike.fi>:

> Hi,
>
> I had to write a million polygon shapefile into Spatialite with -skipfailures
> and I noticed that it was very many times slower that without -skipfailures.
> Is
> there some logical reason for that or could it be due to a bug or something?
> Only thing that comes into my mind is that if the -gt parameter is taken into
> account or not.

This is expected. When you use -skipfailures, the -gt parameter is ignored and
virtually set to 1 so that transactions only take into account one single
feature at a time.

>
> -Jukka Rahkonen-
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>




More information about the gdal-dev mailing list