Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Taking much time to load data to a flat file from Oracle

Hi All,

I just installed Talend Open Studio 6.4.1 version in my local PC.
I want to transfer the data (around  6.8 Millions) from Oracle DB and writes to a flat file (around 2GB in size) without any transformations in between. I designed a job and running, it is taking much time to load. In Talend it is taking 30 mins to load 1 lakh records.
I need your expert advise how to improve performance and also please let me know if I am doing anything wrong.

Design:

toracleInput --> tFileOutputDelimeter


Thanks,
Basha

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

You can select 'Use cursor' check box and in the Cursor size field displayed, specify the number of rows to fetch in one go from the database.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

You can select 'Use cursor' check box and in the Cursor size field displayed, specify the number of rows to fetch in one go from the database.
Anonymous
Not applicable
Author

Thanks for your answer. It helps me lot.

I have use Cusrsor set 50000 record , Now it finish 90 sec to complete 5  lakh records.

Can able to increase more data transfer?

Anonymous
Not applicable
Author

Sure! You can increase it , until unless you are having me memory issues.