how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

Answers were Sorted based on User's Feedback



how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?..

Answer / abhinaw prakash

If we are using a table as a source and we want to find out
the bottle neck is the SQ then run the mapping and note down
the timing which it has taken in reading the data from the
source and then replace the source with a Flat file.Note
down the timing and compare to find out the bottleneck in SQ.

Is This Answer Correct ?    1 Yes 0 No

how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?..

Answer / vijaya

BY seeing the session log file we identify the source qualifier bottle necks in the mapping

if we find the bottle neck on source qualifier transformation change the properties in SQ

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Informatica Interview Questions

What are connected or unconnected transformations?

0 Answers   Informatica,


explain different levels in pushdown optimization with example?

2 Answers   TCS,


what happens if you try to create a shortcut to a non- shared folder?

1 Answers  


Hi Every One When i Start the Workflow, Table is Going to be Stored in the target database But the columns are not going to the target database table in my PC , please give me the solution and waiting for solution

2 Answers  


What is workflow monitor?

0 Answers  






How to convert multiple rows to single row (multiple columns) in informatica

0 Answers   Informatica,


What is the Router transformation?

2 Answers   Informatica,


Explain the difference between mapping parameter and mapping variable?

0 Answers  


how to convert 101 raja 101 raja sekar reddy 101 sekar----------> 101 reddy

2 Answers  


What is Code Page Compatibility?

1 Answers  


I have 4 columns in a table say, name ,address, salary and city. So based on distinct city names, i need to combine the other data and send it to a flat file. Distinct city names can be 4 or 5 or 6. So it has to dynamically generate flat files(4 or 5 or 6) corresponding to the city names.

2 Answers  


suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do

0 Answers   Patni,


Categories