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 / Kumar Saurabh

In Informatica, you can use the 'SQL Profiler' to monitor the performance of SQL queries. To find bottlenecks, analyze query execution statistics such as CPU usage, disk I/O, and network traffic. To optimize the SQL queries, consider using indexes, reducing the query complexity, and tuning database parameters like buffer size and connection pool size.

Is This Answer Correct ?    0 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

How to display First letter of Names in Caps?

7 Answers  


What is sql query override? When did u use sql query override?

1 Answers   TCS,


Which transformation should we use to normalise the COBOL and relational sources?

1 Answers   Informatica,


what is the size of u r source(like file or table)?

1 Answers   HP,


In development project what is the process to follow for an etl developer from day1

1 Answers  


How you prepared reports for OLAP?

1 Answers  


what are cost based and rule based approaches and what is the difference?

1 Answers  


can you avoid static cache in the lookup transformation? I mean can you

1 Answers  


How can u work with remote database in informatica?did you work directly by using remote connections?

2 Answers  


1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?

1 Answers   Bosch,


what is the gap analysis?

1 Answers  


What is the difference between a router and a filter transformation?

1 Answers   TCS,


Categories