Elastic

What is the Bulk API? What would you use it for?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Bulk API is used when you need to index multiple documents. For high number of documents it would be significantly faster to use rather than individual requests since there are less network roundtrips.