Ver código fonte

v.out.ogr manual: OGR_SQLITE_CACHE=1024 hint added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73866 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 anos atrás
pai
commit
30d5de7666
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      vector/v.out.ogr/v.out.ogr.html

+ 6 - 0
vector/v.out.ogr/v.out.ogr.html

@@ -61,6 +61,12 @@ multi-features are not supported by all formats.
 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>