You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2015/03/21 13:26:51 UTC

svn commit: r944585 - in /websites/staging/jena/trunk/content: ./ documentation/tdb/configuration.html

Author: buildbot
Date: Sat Mar 21 12:26:50 2015
New Revision: 944585

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/tdb/configuration.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 21 12:26:50 2015
@@ -1 +1 @@
-1668184
+1668256

Modified: websites/staging/jena/trunk/content/documentation/tdb/configuration.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/configuration.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/configuration.html Sat Mar 21 12:26:50 2015
@@ -158,6 +158,7 @@ operation of TDB.</p>
 <li><a href="#dataset-caching">Dataset Caching</a></li>
 <li><a href="#file-access-mode">File Access Mode</a></li>
 <li><a href="#tdb-configuration-symbols">TDB Configuration Symbols</a></li>
+<li><a href="#advanced-store-configuration">Advanced Store Configuration</a></li>
 </ul>
 <h2 id="setting-options">Setting Options</h2>
 <p>Options can be set globally, through out the JVM, or on a per query
@@ -189,13 +190,14 @@ are short for the constants of class <co
 or setup happens. Creation of a query execution object does not
 compile the query, which happens when the appropriate <code>.exec</code>
 method is called.</p>
-<h3 id="setting-from-the-command-line">Setting from the command line</h3>
+<h4 id="setting-from-the-command-line">Setting from the command line</h4>
 <p>Options can also set from the
-<a href="commands.html#setting-options-from-the-command-line" title="TDB/Commands">command line</a>.</p>
-<h3 id="setting-with-java-system-properties">Setting with Java System properties</h3>
+<a href="commands.html#setting-options-from-the-command-line" title="TDB/Commands">command line</a>
+with "<code>--set</code>.</p>
+<h4 id="setting-with-java-system-properties">Setting with Java System properties</h4>
 <p>(TDB 0.8.5 and later)</p>
 <p>Options can be set when invoking the JVM using the Java system
-properties as set by "-D".</p>
+properties as set by "<code>-D</code>".</p>
 <h2 id="query-of-the-union-of-named-graphs">Query of the union of named graphs</h2>
 <p>See <a href="datasets.html" title="TDB/Datasets">TDB/Datasets</a>.</p>
 <h2 id="logging-query-execution">Logging Query Execution</h2>
@@ -251,6 +253,9 @@ JVM. Leaving it to the default is <em>st
 </tr>
 </tbody>
 </table>
+<h2 id="advanced-store-configuration">Advanced Store Configuration</h2>
+<p>Various internal caching sizes can be set to different values to the
+defaults. See the <a href="store-parameters.html">full description</a>.</p>
   </div>
 </div>