Skip to content

Commit

Permalink
docs: add documentation for index join/merge handlers
Browse files Browse the repository at this point in the history
ING-4464
  • Loading branch information
florianesser committed Nov 11, 2024
1 parent 1cb5163 commit 5092689
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions common/plugins/eu.esdihumboldt.hale.common.align/help/join.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
</div>
<p>To create a condition, select a property on the left and on the
right side, then click on the button in the middle.</p>

<h2>
<a name="condition">Index Join Handler (experimental)</a>
</h2>
<p>
To activate the use of the Index Join Handler for all Join and Groovy
Join transformations, set the Java system property <code>hale.functions.use_index_join_handler</code>
or the environment variable <code>HALE_FUNCTIONS_USE_INDEX_JOIN_HANDLER</code>.
</p>
<p>
The Index Join Handler is experimental and can potentially have a
negative impact on the performance of Join and Groovy Join transformations.
</p>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
</br>
<img src="../../eu.esdihumboldt.hale.common.align/help/merge/mergeAggregate.png" />
</p>

<h2>
<a name="condition">Index Merge Handler (experimental)</a>
</h2>
<p>
To activate the use of the Index Merge Handler for all Merge and Groovy
Merge transformations, set the Java system property <code>hale.functions.use_index_merge_handler</code>
or the environment variable <code>HALE_FUNCTIONS_USE_INDEX_MERGE_HANDLER</code>.
</p>
<p>
The Index Merge Handler is experimental and can potentially have a
negative impact on the performance of Merge and Groovy Merge transformations.
</p>

</div>
</body>
</html>

0 comments on commit 5092689

Please sign in to comment.