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...


from Source 100 rows are coming, on target there are 5 m
rows which options is better to match data

1. Joiner
2 No cache
3. Static
4. Dynamic

Answers were Sorted based on User's Feedback



from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / chitti

use joiner tr............
you have to take source as master table and target as detail
table

Is This Answer Correct ?    0 Yes 0 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / swapnil

It should be un chached coz by this way the 100 records
will directly compare at the database level hence no cache
will get created and will take less time not to create
cache and compare the source records at the db level.

Is This Answer Correct ?    0 Yes 0 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / achoudhr

But why Static at Target ?

Is This Answer Correct ?    1 Yes 2 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / kt

Coolboy answer is correct , if you just want to join.

When u want to update the target then we hsould use DYNAMIC
cache.

Is This Answer Correct ?    1 Yes 2 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / nani

5m in the sense five more rows.
based on the above,which post is good?

Is This Answer Correct ?    0 Yes 1 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / amarnath

using the joiner is right I have faced similar kind of
scenario in my project. if u use static it has to cache all
the 5m records and then compare the each incoming records
which will de-grade the performance, hence designate the
master record with less no of rows in joiner which is a gud
practice.

Is This Answer Correct ?    1 Yes 2 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / srinu

Joiner :- Catch Performance will work based on
Master,Detail Column,Data catch,Index
catch ,Catch Size also.
(Process Begins with Condition,Comparing, Indexing)

No Catch :-With out Catch, its not easy find(5 records)
Relavtive Data.

Static ;- Catch will Keep the Target Rows to Compare with
Sourece Rows.
(Process Begin with Condition,Comparing).

Dynamic :- The Catch Data will be Update on DataFlow
also. ,,,

Is This Answer Correct ?    2 Yes 4 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / kareem

we need to use dynamic lookup because when 110 rows are
coming from the source and 5 m rows are already existing in
the target here the function of the dynamic lookup is used
to share the source rows and insert into the target.

Hope answer your question.

Is This Answer Correct ?    4 Yes 6 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / sudhakatr.lake

Static

Is This Answer Correct ?    0 Yes 3 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / sri

Hi Sudhakatr.lake !

Why Static

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Informatica Interview Questions

Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All the connections are fine and exactly correct)?

11 Answers   Wipro,


hw cn v elimate dublicate values from lookup without overriding sql?

7 Answers   CTS,


I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?

2 Answers  


guys which is the best institute in banglore to learn informatica??

2 Answers  


What could be the possible resons of locks by user?

0 Answers  


What is the main difference between a Joiner Transformation and Union Transformation?

5 Answers  


According to his methodology what all you need before you build a datawarehouse

0 Answers  


How to fix the etl bugs..Tell me the process?

1 Answers   IBM,


What is the need for an etl tool?

0 Answers  


how you will maintain version?

3 Answers   CTS, TCS,


How union transformation is used?

0 Answers  


i have a table with name field. i,e name Shankar prabhakar nitikripa so no if a occures 3 times in name then it will go to tgt A if b occures 3 times in name then it will go to tgt b .. if z occures 3 times in name then it will go to tgt z

1 Answers   HCL,


Categories