Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Mayot
Contributor III
Contributor III

Performance issue with tDBConnection

Hello,

 

I am experiencing performance issues when I use the tDBConnection component (associated to tDBInput & tDBOutput) on large volumes of data (instead of classic way with Metadata/Repository). Is this bug known?

 

Do I have anything special to configure in the project ? or the job ?
I tested with and without auto-commit, it's about the same.

 

Results for 1,1M rows with the same job :

>> With tDBConnection = 45-48 min

>> Without tDBConnection = 10-12min

Labels (2)
1 Solution

Accepted Solutions
fdenis
Creator III
Creator III

if you are using dbconnection for 2 components one select one update, it may take more time due to single way , try to add a second connection only for select.

View solution in original post

1 Reply
fdenis
Creator III
Creator III

if you are using dbconnection for 2 components one select one update, it may take more time due to single way , try to add a second connection only for select.