ETL

Informatica Cloud: How To Optimise Joiner Performance In Mapping Designer

Joiner is the stage to join tables in Informatica Cloud (see a quick introduction for Joiner Transformation here). If you have a large volume of data, the joiner transformation becomes very slow without performance optimisation. In this post, we will show you a few tricks that you can use to …

ETL

Informatica Cloud: How To Join Tables With Joiner

This page explains how to join tables in Informatica Cloud with Joiner. In this example, we are adding Product Name and Unit Price to Sales_Record from Products by Product_Id. Sales_Record Products Steps Configure flat file connections to read both Sales_Records and Products. For flat file connection, see here. Product is …