Concurrency update

Hi,
Can you please advise if OPTIMISTIC CONCURRENCY CONTROL is needed in case, when two users update different fields in the same document concurrently?
Rgds,
Bob

Elasticsearch index documents and does not update individual fields.

By default the latest request that has been sent will overwrite the previous values of a document.

It's not "by field" if you wish.

Makes sense?

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