[GRASS-SVN] r73866 - grass/trunk/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 27 02:01:53 PST 2018
Author: neteler
Date: 2018-12-27 02:01:53 -0800 (Thu, 27 Dec 2018)
New Revision: 73866
Modified:
grass/trunk/vector/v.out.ogr/v.out.ogr.html
Log:
v.out.ogr manual: OGR_SQLITE_CACHE=1024 hint added
Modified: grass/trunk/vector/v.out.ogr/v.out.ogr.html
===================================================================
--- grass/trunk/vector/v.out.ogr/v.out.ogr.html 2018-12-26 18:06:21 UTC (rev 73865)
+++ grass/trunk/vector/v.out.ogr/v.out.ogr.html 2018-12-27 10:01:53 UTC (rev 73866)
@@ -61,6 +61,12 @@
ESRI Shapefile export: note that due to the DBF table specifications
column names may not be longer than 10 characters.
+<p>
+Performance: export to SQLite based formats including OGC GeoPackage may
+become faster with the environmental variable <tt>OGR_SQLITE_CACHE=1024</tt>
+being set (value depends on available RAM, see
+<a href="https://trac.osgeo.org/gdal/wiki/ConfigOptions#OGR_SQLITE_CACHE">OGR ConfigOptions</a>).
+
<h2>EXAMPLES</h2>
<h3>Export to OGC GeoPackage</h3>
More information about the grass-commit
mailing list