Joins

Pentaho Joins ..

There are different types of joins that you can use in Pentaho to combine data from different sources based on a common key or condition.

Here are some joins we are going to cover in this section:

Workshops

A Pentaho cross join is a way of combining two streams of data in a Cartesian product, meaning that every row from one stream is joined with every row from the other stream. This can be useful for creating combinations of values or performing calculations based on multiple inputs.

However, a cross join can also result in a very large output, especially if the input streams have many rows. Therefore, it is important to optimize the cross join step by using filters, conditions, or lookups to reduce the number of rows or columns in the output.

Cross Join

Last updated