Andy Brownsword doesn’t want to keep hitting the database:
Lookup transformations provide us a way to access related values from another source, such as retrieving surrogate keys in data warehousing. When we need multiple lookups to the same reference data we can improve performance through the use of a Cache.
If we consider data warehousing, a prime example of this would be an order table which has values for Order Date, Dispatch Date, Delivery Date, etc. All of these would require a lookup to a calendar dimension.
This is a perfect use case for a cache.
Read on to see how the cache connector works.
Leave a Comment