Data Integration
- Data Integration
- All Products
Transformation
| Cache types
|
---|---|
Aggregator
| Index. Stores group values as configured in the group by fields.
Data. Stores calculations based on the group by fields.
|
Joiner
| Index. Stores all master rows in the join condition that have unique keys.
Data. Stores master source rows.
|
Lookup
| Index. Stores lookup condition information.
Data. Stores lookup data that is not stored in the index cache.
|
Rank
| Index. Stores group values as configured in the group by fields.
Data. Stores row data based on the group by fields.
|
Sorter
| Sorter. Stores sort keys and data.
|