Re: document revisions

2009-06-14 Thread Jan Lehnardt
On 10 Jun 2009, at 22:31, Adam Wolff wrote: *bump* I guess I'm talking about #4 on the page referenced below -- storing off old document revisions. does that really make sense, or should I consider a couchdb extension to just preserve document revisions? I prefer the making new docs for rev

Re: document revisions

2009-06-10 Thread Paul Davis
On Wed, Jun 10, 2009 at 4:31 PM, Adam Wolff wrote: > *bump* I guess I'm talking about #4 on the page referenced below -- storing > off old document revisions. does that really make sense, or should I > consider a couchdb extension to just preserve document revisions? > A > I'd look into making an

Re: document revisions

2009-06-10 Thread Adam Wolff
*bump* I guess I'm talking about #4 on the page referenced below -- storing off old document revisions. does that really make sense, or should I consider a couchdb extension to just preserve document revisions? A On Tue, Jun 9, 2009 at 8:47 AM, Zachary Zolton wrote: > You'll want to model your do

Re: document revisions

2009-06-09 Thread Zachary Zolton
You'll want to model your documents in terms of revisions. For some ideas, see approaches 3 and 4 on this wiki page: http://wiki.apache.org/couchdb/How_to_design_for_replication On Tue, Jun 9, 2009 at 10:33 AM, Adam Wolff wrote: > Hi everyone,Our app needs to preserve document revisions. I know