You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ga...@apache.org on 2020/10/20 19:10:32 UTC

[jena-site] branch master updated: Added note about TDB2 option.

This is an automated email from the ASF dual-hosted git repository.

galbiston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4446550  Added note about TDB2 option.
4446550 is described below

commit 4446550326fa0be442d87f4ec1835a860db9d7a0
Author: GregAlbo <46...@users.noreply.github.com>
AuthorDate: Tue Oct 20 20:10:23 2020 +0100

    Added note about TDB2 option.
---
 source/documentation/geosparql/geosparql-fuseki.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/geosparql/geosparql-fuseki.md b/source/documentation/geosparql/geosparql-fuseki.md
index 195b0fa..fc67b26 100644
--- a/source/documentation/geosparql/geosparql-fuseki.md
+++ b/source/documentation/geosparql/geosparql-fuseki.md
@@ -140,7 +140,7 @@ The server accepts updates to modify the dataset. Default: false
     --tdb, -t
 
 An existing or new TDB folder used for the dataset. Default set to memory dataset.
-If accessing a dataset for the first time with GeoSPARQL then consider the `--inference`, `--default_geometry` and `--validate` options. These operations may add additional statements to the dataset.
+If accessing a dataset for the first time with GeoSPARQL then consider the `--inference`, `--default_geometry` and `--validate` options. These operations may add additional statements to the dataset. TDB1 Dataset will be used by default, use `-t <folder_path> -t2` options for TDB2 Dataset. 
 
 ### 6) Load RDF file into dataset