Customer Portal

Comments 1

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    The LookupJoin works similarly to HashJoin - it uses pre-defined lookup table and joins all input records with records in the lookup table.

    The advantage is that you may define internally lookup table - SimpleLookup/DBLookup/RangeLookup, populate it somehow in graph (using LookupReaderWriter) and then (in following phase) perform joining.

Please sign in to leave a comment.