Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE 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
Master
Master

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
Master
Master

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.