How do I update specific fields on the document

Hello,

if I need to update a specific field on a document, what do I do?

  1. get a document, update a field, save a document - potential race condition
  2. use script - perf issues? Can it do bulk operations
  3. Have an external storage/service which would serialize all operations for particular itemids
  4. anything else?

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