how do u handle performance issues in Informatica . where
can u monitor the performance ?



how do u handle performance issues in Informatica . where can u monitor the performance ?..

Answer / Dheeraj Kumar

To handle performance issues in Informatica, you can follow these practices:

1. Optimize data loading by sorting and aggregating data before transformation.
2. Use efficient data types and avoid using large data types unnecessarily.
3. Optimize database connections and minimize the number of round trips to the database.
4. Use caching, buffering, and parallel processing where applicable.
5. Monitor sessions and check for long-running processes or stuck sessions.

Performance can be monitored using the Informatica Monitor tool, which provides a comprehensive view of session status, performance metrics, and resource usage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ETL Interview Questions

When do we go for the tools in the market?

1 Answers  


what is session partitioning?

1 Answers  


Do we need an etl tool?

1 Answers  


What is tracing level? How many types of transformations supported by sorted input?

1 Answers  


how would u estimate the size of Lookup transform data and index cache?

1 Answers  


Identifying the bottlenecks in various components of Informatica and resolving them.

1 Answers  


How many types of transformations supported by sorted input?

1 Answers  


I have a Flat file with more no. of Records also including duplicate values. But i need distinct values to one target and remaining records to another target in Informatica way

2 Answers  


what is the advantage of persistent cache? when it should be used?

2 Answers  


What is lookup table in etl testing?

1 Answers  


if i have a query as flat file how can we load data to target table

1 Answers   Tech Mahindra,


A mapping contains source table S_Time(stat_year,end_year) target table TIM_DIM(date,day,month,year,quarter) stored procedure transformation: A procedure has two parameters I_end_year and output parameter as O_date ,day , month, year, quarter, If this session is running, how many rows will be available in the target and why?

1 Answers  


Categories