On 13/07/2009 09:26, [email protected] wrote:
I'm about to build a system of resources where every change to a
resource are supposed to be loggable and traceable. Can I trust the
revision/versioning system in couch to handle this for me, or do I want
to build my own data structure for storing revisions of each resource?
Couchdb doesn't guarantee the life of document revisions/deletions; they disappear AFAIK after a database compaction, for example. So you'll need to build your own revision-tracking system... in fact, that's what I'm doing for my app.

Cheers,
Kai

Reply via email to