You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>All currently supported versions of JanusGraph are listed below. </p>
4068
4068
<divclass="admonition info">
4069
4069
<pclass="admonition-title">Info</p>
4070
-
<p>You are currently viewing the documentation page of JanusGraph version 1.0.0. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
4070
+
<p>You are currently viewing the documentation page of JanusGraph version 1.0.1. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
<p>In order to run JanusGraph, Java 8 SE is required.
2209
2209
Make sure the <code>$JAVA_HOME</code> environment variable points to the correct location where either JRE or JDK is installed.
2210
2210
JanusGraph can be downloaded as a .zip archive from the <ahref="https://github.com/JanusGraph/janusgraph/releases">Releases</a> section of the project repository.</p>
<p>All currently supported versions of JanusGraph are listed below. </p>
4238
4280
<divclass="admonition info">
4239
4281
<pclass="admonition-title">Info</p>
4240
-
<p>You are currently viewing the documentation page of JanusGraph version 1.0.0. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
4282
+
<p>You are currently viewing the documentation page of JanusGraph version 1.1.0. To ensure that the information below is up to date, please double check that this is not an archived version of the documentation.</p>
<h5id="lazy-loading-for-relations">Lazy Loading for Relations</h5>
4523
+
<p>The new transaction configuration option is added <code>lazyLoadRelations()</code> which sets lazy-load for all properties and edges
4524
+
of the vertex. If enabled, then ids and values are deserialized upon demand.<br/>
4525
+
When enabled, it can lead to a performance improvement on large-scale read operations, if only certain types of relations are being read from the vertex.<br/>
4526
+
See performance comparison in <ahref="https://github.com/JanusGraph/janusgraph/pull/4343/#issuecomment-2079839853">GitHub PR #4343</a>.</p>
4527
+
<h5id="text-predicates-support-extended-for-remote-connections">Text predicates support extended for remote connections</h5>
4528
+
<p>The following text predicates can now be used with remote connections:</p>
<p>In order to run JanusGraph, Java 8 SE is required.
2229
2229
Make sure the <code>$JAVA_HOME</code> environment variable points to the correct location where either JRE or JDK is installed.
2230
2230
JanusGraph can be downloaded as a .zip archive from the <ahref="https://github.com/JanusGraph/janusgraph/releases">Releases</a> section of the project repository.</p>
0 commit comments