Hi guy's I return back to my problem with denormalization. is it possible to keep consistent when apply denormalization? For example Content have author (we store author name and id in Content)
When author name changed(that's happens not frequently) i need find all content belong to this author and update author name but what if this operation not finished (not all docs was updated) What i can do in this case? Thanks.
