Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi @vidya821 ,
For component parameter configuration, you can refer my comment in below link,
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.
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 🙂
Hi @vidya821 ,
For component parameter configuration, you can refer my comment in below link,
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.