Re: Where do deleceted docs go

2009-10-28 Thread Jan Lehnardt
Hi Mandel, On 28 Oct 2009, at 08:20, man...@themacaque.com wrote: My main question was actually related with that fact. I was wondering if I could either relay on couchdb to keep track of deleted documents until compacted or on the other hand use a flag in my documents to decide what if

Re: Where do deleceted docs go

2009-10-28 Thread Thomas Delaet
If I understand this correctly, the fact that you can not rely on deleted documents being available cripples the synchronization mechanism. Situation: Node A = Document X (rev 1) Node B = Document X (rev 1) Events: 1. Node A deletes Document X 2. Node A compacts its database 3. Node B

Re: Where do deleceted docs go

2009-10-28 Thread Paul Davis
On Wed, Oct 28, 2009 at 8:39 AM, Paul Davis paul.joseph.da...@gmail.com wrote: On Wed, Oct 28, 2009 at 8:29 AM, Thomas Delaet tho...@delaet.org wrote: If I understand this correctly, the fact that you can not rely on deleted documents being available cripples the synchronization mechanism.

Re: Where do deleceted docs go

2009-10-28 Thread Jan Lehnardt
On 28 Oct 2009, at 13:29, Thomas Delaet wrote: If I understand this correctly, the fact that you can not rely on deleted documents being available cripples the synchronization mechanism. Situation: Node A = Document X (rev 1) Node B = Document X (rev 1) Events: 1. Node A deletes Document

Re: Where do deleceted docs go

2009-10-28 Thread Randall Leeds
I don't see any purge api documented anywhere? Can someone explain how this works or where I can find info? As always, I'd gladly update the wiki. -Randall On Wed, Oct 28, 2009 at 05:42, Paul Davis paul.joseph.da...@gmail.comwrote: On Wed, Oct 28, 2009 at 8:39 AM, Paul Davis