Some say nothing but minimal id/rev data is retained after deleting a doc ...

Henrik Lundgren said ...
> understand that the body of an empty deleted document is only this:
>  {"_id": <id>, "_rev":<revision>, "_deleted": true}

Jens Alfke said ...
> Those should be pretty small, though, since they’re just trees of revision 
> IDs.

Rogutės Sparnuotos said ...
> you can't reclaim space taken by empty deleted documents (the ones
that have only the _id, _rev, _deleted fields),

--------------------
But some say the entire document is retained ...

Robert Newson said
> It's worth saying again that compaction does *not* remove "deleted
documents’ contents".

CGS said ...
> deleting a document just makes it unavailable

--------------------

So, who is right?

Reply via email to