rvesse commented on a change in pull request #79:
URL: https://github.com/apache/jena-site/pull/79#discussion_r750082483



##########
File path: source/documentation/tdb/faqs.md
##########
@@ -77,11 +88,22 @@ As noted above to resolve this problem you **must** rebuild 
your database from t
 be repaired. This is why we **strongly** recommend you use 
[transactions](tdb_transactions.html) since this protects your dataset against 
 corruption.
 
+## What is `tdb.xloader`?
+
+`tdb1.xloader` and `tdb2.xloader` are bulk laodrs for very large dataset that

Review comment:
       Typo `laodrs` -> `loaders`
   
   Also `dataset` should be `datasets`

##########
File path: source/documentation/tdb/faqs.md
##########
@@ -4,6 +4,8 @@ title: TDB FAQs
 
 ## FAQs
 
+
+-   [What are TDB1 and TDB2?](#tdv1-tdb2)

Review comment:
       Typo in anchor link `tdv1` -> `tdb1`

##########
File path: source/documentation/sparql-apis/__index.md
##########
@@ -109,6 +107,41 @@ objects have been removed.
 `ModelStore` are the replacement for remote operations. `RDFConnection` and
 `RDFLink` provide APIs.
 
+## Substitution
+
+All query and update builders provide operations to uses a query and substitute

Review comment:
       Typo - `uses` -> `use`

##########
File path: source/documentation/tdb/tdb-xloader.md
##########
@@ -7,16 +7,19 @@ is stability and reliability for long running loading, 
running on modest and
 
 xloader is not a replacement for regular TDB1 and TDB2 loaders.
 
-"tdb1.xloader" was called "tdbloader2" and has some improvements.
+There are two scripts to load data using the xlaoder subsystem.
+
+"tdb1.xloader", which was called "tdbloader2" and has some improvements.
 
 It is not as fast as other TDB loaders on dataset where the general loaders 
work
 on without encountering progressive slowdown.
 
-The xloaders for TDB1 and TDB2 are not identical. The TDB2 is more capable; it
-is based on the same design approach with further refinements to building the
-node table and to reduce the total amount of temporary file space used.
+The xloaders for TDB1 and TDB2 are not identical. The TDB2 xlaoder is more

Review comment:
       Typo `xlaoder` -> `xloader`

##########
File path: source/documentation/tdb/tdb-xloader.md
##########
@@ -7,16 +7,19 @@ is stability and reliability for long running loading, 
running on modest and
 
 xloader is not a replacement for regular TDB1 and TDB2 loaders.
 
-"tdb1.xloader" was called "tdbloader2" and has some improvements.
+There are two scripts to load data using the xlaoder subsystem.

Review comment:
       Typo `xlaoder` -> `xloader`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to