
- Forum
- Databases
- Data Warehousing - How to do the performance tuning at various levels
-
Junior Member
How to do the performance tuning at various levels
Can any one tell me how to do the performance tuning at Source level, Target level, Mapping level and Session
Thanks
Dev
-
Junior Member
Re: How to do the performance tuning at various levels
You can improve performance at source leve using sqlquery and sorted input
and another way is to keep a filter transformation after sql transformation
Using partition type key range at source level.
Target level writing to file loads data faster than database. and use key range partition type at target level.
Tranasformations permformance can be improved using look up with dynamic cache and keeping erlier filter using Aggregator with sorted input ,remove unwanted ports from lookup,filter and other trasnformations
Session level Partioning helps u to improve performance.reading the session log details give where the bottleneck occured by cheking busy process and idle process. if the busy percntage is more than idle percentage it is a bottleneck.
I hope these are bottlenecks occured in informatica and using above technics improve performance
-
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules