[GRASS-dev] Slow insert to GRASS SQLite db from QGIS
Radim Blazek
radim.blazek at gmail.com
Mon Jun 22 12:18:53 PDT 2015
Vector import to GRASS in QGIS browser is very slow when using SQLite
database, about 6s/1000 features. It takes less than 1s with dbf
driver or if v.in.ogr + sqlite is used (even if run from GRASS tools).
The chain is: qgis.exe -> thread -> qgis.v.in.exe -> sqlite.exe
Could it be some SQLite db locking? Somehow switched on when
sqlite.exe driver is started from multi thread app? qgis.v.in.exe is
C++ MSVC. Any idea?
Radim
More information about the grass-dev
mailing list