How to improve performance of tMSSQLinput component
Hi All,
My requirement is to read data from SQL server table and generate CSV file and so I am using
tMSSQLinput -->tfileoutputdelimit.
But job is running for long time compared to SQL studio( SQL studio it is running for 3 minutes, while in talend it took 20 minutes)
How can we improve the performance in talend.
In Oracle we can give fetch size option in advanced settings. How can we provide fetch size or cursor size option in tMSSQLinput? Are there any other settings we can use to improve the performance.