Bulk API executed in parallel?

Suppose I have a bulk request having 3 operations - 1,2,3.

Is it guaranteed that 2 is executed after 1 and 3 is executed after 2? Is it executed one after the other or in parallel?

The order of execution is not guaranteed in the Bulk API partly because the operations in a bulk request may be executed on different nodes in the cluster.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.