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?
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.