[Recipes] Optimistic Concurrency Control in Elasticsearch
Submitted by heartin on Sun, 06/10/2018 - 11:45
Problem:
Need to avoid concurrency issues while updating documents. For example, if two users try to update a document simultaneously (e.g. getting and incrementing a value), both might get the same value and update the same value.
- Read more about [Recipes] Optimistic Concurrency Control in Elasticsearch
- Log in or register to post comments
Recent comments