Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
VSSARDESAI
Contributor
Contributor

How to increase Parallel table Loads inside a Task in a repctl CLI call

I am trying to run the Qlik replication task from repctl. 

I am finding that the Job is executing the table loads in a serial manner.

 

How do I change/ Increase the parallelism through the repctl command?

 

Is there a Task level configuration that will allow repctl to run the task in multithreads.

 

 

Labels (1)
2 Replies
Dana_Baldwin
Support
Support

Hi @VSSARDESAI 

The task will run according to how the task settings are defined. On the Full Load \ Full Load tuning screen you can define how many tables will load at the same time, the default is 5:

Full Load Tuning #Full Load Tuning | Qlik Replicate Help

Some endpoints also allow you to load individual tables in parallel:

Parallel Load | Qlik Replicate Help

Keep in mind that the number of connections & resources used on your endpoints will increase as you increase these values.

If this helps, please mark it as a solution & like it to make it easier for others to find.

Dana

Heinvandenheuvel
Specialist III
Specialist III

>> I am finding that the Job is executing the table loads in a serial manner.

HOW did you come to that conclusion?  'show your work!'. 

Perhaps attach an reptask_xxx.log? If possible provide (simplified?) task JSON, notably the task settings section?

Does it behave differently when started from the UI? That would be hard to believe, but provide a second log?

How (exactly) did you run the EXECUTE command? Maybe- just maybe- you forgot the data directory and the wrong task was run? Did try with CONNECT; before the execute (I don't recall whether that is needed, I think not).

Hein.