hi,
i am thinking of implementing Auto save for articles feature, where if user forgets to save or in case of he lost connection or whatever, it is good when a user spent 1 hour creating an article an for example his computer went off,
if you could advise the bet way to do that in terms of performance and pattern with RavenDB.
my initial thinking is when user creates a new article, instead of waiting for him to save it when he press save, i would instead save it instantly when he hit the add new button, and then i mark the article as "AutoSave" and then he hits Save, i change the status to "Saved", what you guys think ?