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: 
vidya821
Creator
Creator

tDBOutputBulkExec performance related

Hi All,

 

I am using tDBOutputBulkExec for faster execution, it takes around 30 mins to upload 5 Million records in Oracle DB.The bulk file parameters are as below

Buffer Size = 8192, StringBuilderSize = 1024

Is it possible to modify these parameters to gain performance or is there any other setting that can be updated to gain performance.

 

Thanks

 

Labels (3)
1 Solution

Accepted Solutions
joearun4u
Creator
Creator

Hi @vidya821 ,

 

For component parameter configuration, you can refer my comment in below link,

 

https://community.talend.com/t5/Design-and-Development/Oracle-data-export-and-import-by-talend-tool/...

 

Thanks,

Joe

Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.

View solution in original post

2 Replies
Anonymous
Not applicable

Hi Vidya,

 

    Before doing any further tweak, could you please run Oracle AWR or ADDM report with the help of DBA and see the overall performance of Database? Please check with DBA whether any DB level tuning can be done to pump more data. The advisor part of ADDM report usually recommends the changes.

 

    Coming to Talend side, you can increase the buffer size further provided you have suficient memory in both DB and Talend end. Please increment it in smaller values (say 1GB at a time) and see the deviation in performance.

 

    Again, the key mantra is that there is no magic number for performance tuning as lion's share of the tuning is determined by specific environment capabilities.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

joearun4u
Creator
Creator

Hi @vidya821 ,

 

For component parameter configuration, you can refer my comment in below link,

 

https://community.talend.com/t5/Design-and-Development/Oracle-data-export-and-import-by-talend-tool/...

 

Thanks,

Joe

Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.