Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

which is better perfomancewise lookup or joiner and why?can anyone give example?

Answer Posted / pawan

R u looking for flat or database file?
Generally sorted joiner more effective on flat files than lookup, because sorted joiner uses merge join and cache less rows. Lookup caches always whole file. If the file is not sorted, it can be comparable. Lookups into DB table can be effective if the DB can return sorted data fast and the amount of data is small, because lookup can create whole cache in memory. If DB responses slowly or big amt of data r processed, lookup cache initialization can be really slow.
Then it can be better use sorted joiner, which throws data to output as reads them on input.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different versions of informatica?

1332


explan ur project architecture?

2126


Where do we use mapping variables in informatica?

1119


Is there any target staging area in informatica not staging area

2631


What do mean by local and global repository?

1278


What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?

1250


Does an informatica transformation support only aggregate expressions?

1086


tell me the rules and responsblites in our project(my project is development)

1975


Can informatica load heterogeneous targets from heterogeneous sources?

1232


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

2479


Explain Dataware house architecture .how data flow from intial to end?

2646


what are 3 tech challenges/ common issues you face?

2394


How to open an older version of an object in the workspace?

1264


Difference between Target-based loading and constraint-based loading?

1042


How to join three sources using joiner? Explain though mapping flow.

1189