Kimball Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Lookup Transformation vs Join

3 posters

Go down

Lookup Transformation vs Join Empty Lookup Transformation vs Join

Post  AK Fri Jul 10, 2015 3:16 am

Hi ,

Just a bit introduction about me . I am SQL developer , also part of the [SSIS]ETL process too but not an expert level. At present i am part of one of the DataWarehouse project , While populating fact we need to join with dimensional table to populate some of the dimensional attributes . This job can be done well with lookup transformation , but another way we can use by joining dimensional table in OLEDB Source in dataflow task.
Please comment on the approach if we are joining dimension table in OLEDB Source .?
Will there any performance improvement by joining this way?
Why lookup transformation for , any advantage ?

AK

Posts : 1
Join date : 2015-07-09
Age : 41

Back to top Go down

Lookup Transformation vs Join Empty Re: Lookup Transformation vs Join

Post  sharvan.kumar.83@gmail.co Fri Aug 07, 2015 2:08 pm

Lookup is good for small table like value and description Key value pair. But when there are many attribute associated with data then it make more sense to go for dimesion table and use that as a joining.

Any way in fact you should always keep the surrogate key of dimension table.


sharvan.kumar.83@gmail.co

Posts : 10
Join date : 2014-11-17

Back to top Go down

Lookup Transformation vs Join Empty Re: Lookup Transformation vs Join

Post  ngalemmo Fri Aug 07, 2015 8:11 pm

Most ETL tools will cache lookups in memory, so they tend to be much faster than joining as a source. In particular, when you are loading facts.
ngalemmo
ngalemmo

Posts : 3000
Join date : 2009-05-15
Location : Los Angeles

http://aginity.com

Back to top Go down

Lookup Transformation vs Join Empty Re: Lookup Transformation vs Join

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum