Skip to content

Commit 8e03162

Browse files
committed
Deploying to master from @ JanusGraph/janusgraph@53a5332 🚀
1 parent 8812e5e commit 8e03162

12 files changed

Lines changed: 15 additions & 1 deletion

File tree

master/configs/configuration-reference/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4587,6 +4587,13 @@ <h3 id="storage">storage</h3>
45874587
<td>LOCAL</td>
45884588
</tr>
45894589
<tr>
4590+
<td>storage.keys-size</td>
4591+
<td>The maximum amount of keys/partitions to retrieve from distributed storage system by JanusGraph in a single request.</td>
4592+
<td>Integer</td>
4593+
<td>100</td>
4594+
<td>MASKABLE</td>
4595+
</tr>
4596+
<tr>
45904597
<td>storage.num-mutations-parallel-threshold</td>
45914598
<td>This parameter determines the minimum number of mutations a transaction must have before parallel processing is applied during aggregation. Leveraging parallel processing can enhance the commit times for transactions involving a large number of mutations. However, it is advisable not to set the threshold too low (e.g., 0 or 1) due to the overhead associated with parallelism synchronization. This overhead is more efficiently offset in the context of larger transactions.</td>
45924599
<td>Integer</td>

master/configs/janusgraph-cfg/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4054,6 +4054,13 @@ <h3 id="storage">storage</h3>
40544054
<td>LOCAL</td>
40554055
</tr>
40564056
<tr>
4057+
<td>storage.keys-size</td>
4058+
<td>The maximum amount of keys/partitions to retrieve from distributed storage system by JanusGraph in a single request.</td>
4059+
<td>Integer</td>
4060+
<td>100</td>
4061+
<td>MASKABLE</td>
4062+
</tr>
4063+
<tr>
40574064
<td>storage.num-mutations-parallel-threshold</td>
40584065
<td>This parameter determines the minimum number of mutations a transaction must have before parallel processing is applied during aggregation. Leveraging parallel processing can enhance the commit times for transactions involving a large number of mutations. However, it is advisable not to set the threshold too low (e.g., 0 or 1) due to the overhead associated with parallelism synchronization. This overhead is more efficiently offset in the context of larger transactions.</td>
40594066
<td>Integer</td>

master/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

master/sitemap.xml.gz

0 Bytes
Binary file not shown.

sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.2/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.3/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.4/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.5/sitemap.xml.gz

0 Bytes
Binary file not shown.

v0.6/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)