This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new e7f635d HOP-2516 replaced reference to Project Hop
new 571cb00 Merge pull request #618 from bamaer/HOP-2516
e7f635d is described below
commit e7f635dcc43430215b153c6a032a868a57a56f51
Author: Bart Maertens <[email protected]>
AuthorDate: Wed Feb 10 22:17:21 2021 +0100
HOP-2516 replaced reference to Project Hop
---
.../transforms/combinationlookup/src/main/doc/combinationlookup.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/plugins/transforms/combinationlookup/src/main/doc/combinationlookup.adoc
b/plugins/transforms/combinationlookup/src/main/doc/combinationlookup.adoc
index 6dfbdf0..6aeebc6 100644
--- a/plugins/transforms/combinationlookup/src/main/doc/combinationlookup.adoc
+++ b/plugins/transforms/combinationlookup/src/main/doc/combinationlookup.adoc
@@ -34,7 +34,7 @@ This transform creates/maintains a technical key out of data
with business keys.
This transform will maintain the key information only. You must update the
non-key information in the dimension table, e.g. by putting an update transform
(based on technical key) after the combination update/lookup transform.
-Project Hop will store the information in a table where the primary key is the
combination of the business key fields in the table. Because this process can
be slow if you have a large number of fields, a "hash code" field is supported
that is representing all fields in the dimension. This can speed up lookup
performance dramatically while limiting the fields to index to one field only.
+Apache Hop (Incubating) will store the information in a table where the
primary key is the combination of the business key fields in the table. Because
this process can be slow if you have a large number of fields, a "hash code"
field is supported that is representing all fields in the dimension. This can
speed up lookup performance dramatically while limiting the fields to index to
one field only.
== Options
@@ -63,4 +63,4 @@ A cache size of -1 means that caching is disabled.
|Date of last update field|When required, specify the date of last update
field (timestamp) from the source system to be copied to the data warehouse.
For example, when you have an address without a primary key. The field will not
be part of the lookup fields (nor be part in the hash code calculation). The
value is written once only because any change results in a new record being
written.
|Get Fields button|Fills in all the available fields on the input stream,
except for the keys you specified.
|SQL button|Generates the SQL to build the dimension and allows you to execute
this SQL.
-|===
\ No newline at end of file
+|===