Hello,
if I need to update a specific field on a document, what do I do?
- get a document, update a field, save a document - potential race condition
- use script - perf issues? Can it do bulk operations
- Have an external storage/service which would serialize all operations for particular itemids
- anything else?