Which one is more costly operation? Suppose I have 50 fields per document in an index.
- Updating a single field in a document
Or, - Re-inserting the complete whole document with that changed field.
Basically _update vs normal insert. What exactly happens when we update a single field?