Accelerate the Value of Data

Distributed Mode

If distributed=true is used in the request, the task starts in distributed mode.

Distributed Mode

If distributed=true is used in the request, the task starts in distributed mode. This means that several tasks (as specified in tasksPartsCount) are created instead of one. Each task reindexes its own part of objects. These tasks are executed in parallel on different API nodes (if there are more than one free API node that may execute periodic tasks).

Attention: The "parallelExecution" parameter is set to true automatically for all of these tasks in this case; therefore, please make sure that no other tasks for the same tenant are running.