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: 
javvaji
Creator II
Creator II

Run Multiple Netezza Queries at a time

Hi,

 

I need to run multiple netezza input components in parallel.So in my job i used tParallelize component and running two tNetezzaInput components at a time. Here i used "allowMultiQueries=true" in Advanced JDBC Parameters in tNetezzaConnection component. But still i was unable to run multiple at a time.

So can some one help me on this.

 

Thanks,

Bharath.

Labels (3)
8 Replies
TRF
Champion II
Champion II

Probably you need multiple connections if you have multiple queries in parallel at the same time.

javvaji
Creator II
Creator II
Author

Thanks for your reply.

It's working, but if in that case if we have more than two tables it will increase the components right.So what would be the solution in that case.

 

Thanks,

Bharath.

TRF
Champion II
Champion II

No sure to understand your last question, sorry.
javvaji
Creator II
Creator II
Author

As per your comment multiple connections is working, but if i need to load 10 tables parallely then i need to create 10 connection components right. so it would increase the components right. So do we have any another option.

 

 

Thanks,

Bharath.

TRF
Champion II
Champion II

I don'tt really understand the meaning of "it would increase the components right". 

However, I'm afraid you have to do that, I've already met the same situation with Salesforce.

javvaji
Creator II
Creator II
Author

I mean database connection components will increase. Here i attached the screen shot of job, in this job i was trying to load for two tables if we want to load more than two tables we need to add connection component for every table.

 

 

Thanks,

Bharath.

 


Capture.PNG
Anonymous
Not applicable

You should need to ask your database admin to allow multiple threads sharing the single database connection.

 

Thanks,

VENKATA

javvaji
Creator II
Creator II
Author

Thanks for the reply venkata.

 

I will try it and let you know.

 

Thanks,

Bharath.