Author: buildbot
Date: Sun Nov 16 14:37:34 2014
New Revision: 929412

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 16 14:37:34 2014
@@ -1 +1 @@
-1639993
+1639994

Modified: 
websites/staging/jena/trunk/content/documentation/tdb/store-parameters.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/store-parameters.html 
(original)
+++ websites/staging/jena/trunk/content/documentation/tdb/store-parameters.html 
Sun Nov 16 14:37:34 2014
@@ -243,26 +243,29 @@ database.</p>
 <p>JSON is used for the on-disk record of store parameters, see the example
 below.  Unspecified options defaults to the for the running setup.</p>
 <p>These are default settings for a 64 bit Java:</p>
-<p><code>{ 
-  "tdb.file_mode" : "mapped" ,
-  "tdb.block_size" : 8192 ,
-  "tdb.block_read_cache_size" : 10000 ,
-  "tdb.block_write_cache_size" : 2000 ,
-  "tdb.node2nodeid_cache_size" : 100000 ,
-  "tdb.nodeid2node_cache_size" : 500000 ,
-  "tdb.node_miss_cache_size" : 100 ,
-  "tdb.index_node2id" : "node2id" ,
-  "tdb.index_id2node" : "nodes" ,
-  "tdb.triple_index_primary" : "SPO" ,
-  "tdb.triple_indexes" : [ "SPO" , "POS" , "OSP" ] ,
-  "tdb.quad_index_primary" : "GSPO" ,
-  "tdb.quad_indexes" : [ "GSPO" , "GPOS" , "GOSP" , "POSG" , "OSPG" , "SPOG" ] 
,
-  "tdb.prefix_index_primary" : "GPU" ,
-  "tdb.prefix_indexes" : [ "GPU" ] ,
-  "tdb.file_prefix_index" : "prefixIdx" ,
-  "tdb.file_prefix_nodeid" : "prefix2id" ,
-  "tdb.file_prefix_id2node" : "prefixes"
-}</code></p>
+<pre>
+{ 
+  "tdb.file_mode" :               "mapped" ,
+  "tdb.block_size" :              8192 ,
+  "tdb.block_read_cache_size" :   10000 ,
+  "tdb.block_write_cache_size" :  2000 ,
+  "tdb.node2nodeid_cache_size" :  100000 ,
+  "tdb.nodeid2node_cache_size" :  500000 ,
+  "tdb.node_miss_cache_size" :    100 ,
+  "tdb.index_node2id" :           "node2id" ,
+  "tdb.index_id2node" :           "nodes" ,
+  "tdb.triple_index_primary" :    "SPO" ,
+  "tdb.triple_indexes" :          [ "SPO" , "POS" , "OSP" ] ,
+  "tdb.quad_index_primary" :      "GSPO" ,
+  "tdb.quad_indexes" :            [ "GSPO" , "GPOS" , "GOSP" , "POSG" , "OSPG" 
, "SPOG" ] ,
+  "tdb.prefix_index_primary" :    "GPU" ,
+  "tdb.prefix_indexes" :          [ "GPU" ] ,
+  "tdb.file_prefix_index" :       "prefixIdx" ,
+  "tdb.file_prefix_nodeid" :      "prefix2id" ,
+  "tdb.file_prefix_id2node" :     "prefixes"
+}
+</pre>
+
 <h2 id="choosing-the-store-parameters">Choosing the store parameters</h2>
 <p>This is the policy applied when creating or reattaching to a database.</p>
 <p>If the database location has a parameter file, <code>tdb.cfg</code> then 
use that.


Reply via email to