Skip to content

Commit

Permalink
Doc: mbtiles.rst: mention that vector creation is multi-threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jul 1, 2022
1 parent f42e7bf commit 104e174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/drivers/raster/mbtiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ vector data. For writing several vector datasets into MBTiles file an
intermediate format like GeoPackage must be used as a container so that
all layers can be converted at the same time. Write-once support means also
that existing vector layers can't be edited.


Part of the conversion is multi-threaded by default, using as many
threads as there are cores. The number of threads used can be controlled
with the :decl_configoption:`GDAL_NUM_THREADS` configuration option.

Creation options
----------------
Expand Down

0 comments on commit 104e174

Please sign in to comment.