Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to delete rows in a target table using value from source table, using tFlowToIterate (screenshot attached). Throughput for which is really low = 0.19 rows/s. I am using cursor in tDBInput and did enable parallel execution for iterate row. But, no improvement so far. Can anyone please advise how can I improve efficiency of this simple job or if anyone can suggest any alternative approach.
Any leads would be appreciated.
Hi,
Please increase your JVM Parameters according to your system configurations:
(JVM Settings are present in Run -> Advanced Settings -> Use specific JVM arguments.
Its already running on Xms32G and Xmx64G
Hello,
Are you using any t<DB>connection component in your workflow?
Generally speaking, the followings aspects could affect the job performance:
1. The volume of data, read a large of data set, the performance will degrade.
2. The structure of data, if there are so many columns on tDBRow, it will consume many memory and much time for transferring the data during the job execution.
3. The database connection, the job always runs better if the database is installed on local, if the database is on another machine, even you are on VPN, you may have the congestion and latency issues.
Best regards
Sabrina
Hello,
Yes, I am using t<DB>connection.
It seems to me is its more tFlowToIterate related issue.
Hello,
tFlowToIterate in fact stores the (object) data in its globalMap which could need more memory to keep performance depending on the flow.
Writing all your data in one file will be much faster, than writing a file for each line.
Best regards
Sabrina
Hi @Shaily Barjatya , can you share the sql request of the tDBInput and TDBRow?
Send me Love and Kudos