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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new a4af80d64 Staged site from jena-next 
(8224021fb0d5793828ae195432a6de3a5e3839f1)
a4af80d64 is described below

commit a4af80d648d1466196115de2e726e2ca9836f96c
Author: jenkins <[email protected]>
AuthorDate: Mon Jun 17 17:23:19 2024 +0000

    Staged site from jena-next (8224021fb0d5793828ae195432a6de3a5e3839f1)
---
 content/documentation/tdb/store-parameters.html | 42 ++++++++++++++-----------
 content/download/index.html                     | 36 ++++++++++-----------
 content/index.json                              |  2 +-
 content/sitemap.xml                             |  8 ++---
 4 files changed, 47 insertions(+), 41 deletions(-)

diff --git a/content/documentation/tdb/store-parameters.html 
b/content/documentation/tdb/store-parameters.html
index 2d94db1bd..2fe532696 100644
--- a/content/documentation/tdb/store-parameters.html
+++ b/content/documentation/tdb/store-parameters.html
@@ -261,6 +261,11 @@ to share a database).</p>
 <td></td>
 </tr>
 <tr>
+<td>tdb.node_cache_initial_capacity_factor</td>
+<td style="text-align:right">0.25</td>
+<td></td>
+</tr>
+<tr>
 <td>tdb.block_read_cache_size</td>
 <td style="text-align:right">10000</td>
 <td>Only in direct mode</td>
@@ -319,24 +324,25 @@ database.</p>
 below.  Unspecified options defaults to the for the running setup.</p>
 <p>These are default settings for a 64 bit Java:</p>
 <div class="highlight"><pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-json" data-lang="json"><span style="display:flex;"><span>{ 
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_mode&#34;</span> :         
      <span style="color:#b44">&#34;mapped&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.block_size&#34;</span> :        
      <span style="color:#666">8192</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.block_read_cache_size&#34;</span>
 :   <span style="color:#666">10000</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.block_write_cache_size&#34;</span>
 :  <span style="color:#666">2000</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.node2nodeid_cache_size&#34;</span>
 :  <span style="color:#666">100000</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.nodeid2node_cache_size&#34;</span>
 :  <span style="color:#666">500000</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.node_miss_cache_size&#34;</span>
 :    <span style="color:#666">100</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.index_node2id&#34;</span> :     
      <span style="color:#b44">&#34;node2id&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.index_id2node&#34;</span> :     
      <span style="color:#b44">&#34;nodes&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.triple_index_primary&#34;</span>
 :    <span style="color:#b44">&#34;SPO&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.triple_indexes&#34;</span> :    
      [ <span style="color:#b44">&#34;SPO&#34;</span> , <span 
style="color:#b44">&#34;POS&#34;</span> , <span 
style="color:#b44">&#34;OSP&#34;</span> ] ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.quad_index_primary&#34;</span> 
:      <span style="color:#b44">&#34;GSPO&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.quad_indexes&#34;</span> :      
      [ <span style="color:#b44">&#34;GSPO&#34;</span> , <span 
style="color:#b44">&#34;GPOS&#34;</span> , <span 
style="color:#b44">&#34;GOSP&#34;</span> , <span 
style="color:#b44">&#34;POSG&#34;</span> , <span 
style="color:#b44">&#34;OSPG&#34;</span> , <span 
style="color:#b44">&#34;SPOG&#34;</span> ] ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.prefix_index_primary&#34;</span>
 :    <span style="color:#b44">&#34;GPU&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.prefix_indexes&#34;</span> :    
      [ <span style="color:#b44">&#34;GPU&#34;</span> ] ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_prefix_index&#34;</span> : 
      <span style="color:#b44">&#34;prefixIdx&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_prefix_nodeid&#34;</span> 
:      <span style="color:#b44">&#34;prefix2id&#34;</span> ,
-</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_prefix_id2node&#34;</span> 
:     <span style="color:#b44">&#34;prefixes&#34;</span>
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_mode&#34;</span> :         
                  <span style="color:#b44">&#34;mapped&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.block_size&#34;</span> :        
                  <span style="color:#666">8192</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.block_read_cache_size&#34;</span>
 :               <span style="color:#666">10000</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.block_write_cache_size&#34;</span>
 :              <span style="color:#666">2000</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.node2nodeid_cache_size&#34;</span>
 :              <span style="color:#666">100000</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.nodeid2node_cache_size&#34;</span>
 :              <span style="color:#666">500000</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.node_miss_cache_size&#34;</span>
 :                <span style="color:#666">100</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.node_cache_initial_capacity_factor&#34;</span>
 :  <span style="color:#666">0.25</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.index_node2id&#34;</span> :     
                  <span style="color:#b44">&#34;node2id&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.index_id2node&#34;</span> :     
                  <span style="color:#b44">&#34;nodes&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.triple_index_primary&#34;</span>
 :                <span style="color:#b44">&#34;SPO&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.triple_indexes&#34;</span> :    
                  [ <span style="color:#b44">&#34;SPO&#34;</span> , <span 
style="color:#b44">&#34;POS&#34;</span> , <span 
style="color:#b44">&#34;OSP&#34;</span> ] ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.quad_index_primary&#34;</span> 
:                  <span style="color:#b44">&#34;GSPO&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.quad_indexes&#34;</span> :      
                  [ <span style="color:#b44">&#34;GSPO&#34;</span> , <span 
style="color:#b44">&#34;GPOS&#34;</span> , <span 
style="color:#b44">&#34;GOSP&#34;</span> , <span 
style="color:#b44">&#34;POSG&#34;</span> , <span 
style="color:#b44">&#34;OSPG&#34;</span> , <span 
style="color:#b44">&#34;SPOG&#34;</span> ] ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.prefix_index_primary&#34;</span>
 :                <span style="color:#b44">&#34;GPU&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.prefix_indexes&#34;</span> :    
                  [ <span style="color:#b44">&#34;GPU&#34;</span> ] ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_prefix_index&#34;</span> : 
                  <span style="color:#b44">&#34;prefixIdx&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_prefix_nodeid&#34;</span> 
:                  <span style="color:#b44">&#34;prefix2id&#34;</span> ,
+</span></span><span style="display:flex;"><span>  <span 
style="color:#008000;font-weight:bold">&#34;tdb.file_prefix_id2node&#34;</span> 
:                 <span style="color:#b44">&#34;prefixes&#34;</span>
 </span></span><span style="display:flex;"><span>}
 </span></span></code></pre></div><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>
diff --git a/content/download/index.html b/content/download/index.html
index d4d90b4fc..92e06a5c3 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -206,9 +206,9 @@
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/source/jena-5.0.0-source-release.zip">jena-5.0.0-source-release.zip</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/source/jena-5.0.0-source-release.zip.sha512";>SHA512</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/source/jena-5.0.0-source-release.zip.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/source/jena-5.1.0-source-release.zip">jena-5.1.0-source-release.zip</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/source/jena-5.1.0-source-release.zip.sha512";>SHA512</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/source/jena-5.1.0-source-release.zip.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
@@ -224,14 +224,14 @@
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-5.0.0.tar.gz">apache-jena-fuseki-5.0.0.tar.gz</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.0.0.tar.gz.sha512";>SHA512</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.0.0.tar.gz.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-5.1.0.tar.gz">apache-jena-fuseki-5.1.0.tar.gz</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.1.0.tar.gz.sha512";>SHA512</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.1.0.tar.gz.asc";>PGP</a></td>
 </tr>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-5.0.0.zip">apache-jena-fuseki-5.0.0.zip</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.0.0.zip.sha512";>SHA512</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.0.0.zip.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-5.1.0.zip">apache-jena-fuseki-5.1.0.zip</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.1.0.zip.sha512";>SHA512</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-5.1.0.zip.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
@@ -247,14 +247,14 @@ The binary distribution of libraries contains the APIs, 
SPARQL engine, the TDB n
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-5.0.0.tar.gz">apache-jena-5.0.0.tar.gz</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.0.0.tar.gz.sha512";>SHA512</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.0.0.tar.gz.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-5.1.0.tar.gz">apache-jena-5.1.0.tar.gz</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.1.0.tar.gz.sha512";>SHA512</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.1.0.tar.gz.asc";>PGP</a></td>
 </tr>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-5.0.0.zip">apache-jena-5.0.0.zip</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.0.0.zip.sha512";>SHA512</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.0.0.zip.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-5.1.0.zip">apache-jena-5.1.0.zip</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.1.0.zip.sha512";>SHA512</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-5.1.0.zip.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
@@ -270,9 +270,9 @@ The binary distribution of Fuseki as a WAR file:
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/binaries/jena-fuseki-war-5.0.0.war">jena-fuseki-war-5.0.0.war</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-5.0.0.war.sha512";>SHA512</a></td>
-<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-5.0.0.war.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/jena-fuseki-war-5.1.0.war">jena-fuseki-war-5.1.0.war</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-5.1.0.war.sha512";>SHA512</a></td>
+<td style="text-align:center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-5.1.0.war.asc";>PGP</a></td>
 </tr>
 <tr>
 <td></td>
diff --git a/content/index.json b/content/index.json
index dfee807a1..dd929a402 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
+[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 5803935e8..0bdba134f 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -51,7 +51,7 @@
     <lastmod>2020-02-28T13:09:12+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download/</loc>
-    <lastmod>2024-04-24T15:26:15+01:00</lastmod>
+    <lastmod>2024-06-17T18:10:00+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/archive/sdb/</loc>
     <lastmod>2022-11-09T14:16:56+00:00</lastmod>
@@ -201,10 +201,10 @@
     <lastmod>2023-04-09T15:11:22+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2024-05-11T18:24:09+03:00</lastmod>
+    <lastmod>2024-06-17T17:04:25+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
-    <lastmod>2024-04-24T15:26:15+01:00</lastmod>
+    <lastmod>2024-06-17T18:10:00+01:00</lastmod>
   </url><url>
     
<loc>https://jena.apache.org/documentation/notes/event-handler-howto.html</loc>
     <lastmod>2023-06-06T21:08:29+02:00</lastmod>
@@ -588,7 +588,7 @@
     <lastmod>2020-05-01T11:11:56+12:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/tdb/store-parameters.html</loc>
-    <lastmod>2024-03-28T22:35:37+01:00</lastmod>
+    <lastmod>2024-06-17T17:04:25+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/tdb/architecture.html</loc>
     <lastmod>2023-12-03T18:03:00+01:00</lastmod>

Reply via email to