Re: Do document versions ever expire?

2010-01-27 Thread Jan Lehnardt
On 26 Jan 2010, at 15:15, Markus Jelsma wrote: Hello Paul and others, Now we're on the subject of compaction, let me ask an question. I have some importer somewhere that fills a clean db with about 3500 records, futon now tells me its size is 4.2 MB. However, if i compact a fresh and

Re: Filtering view results in couchdb

2010-01-27 Thread Jan Lehnardt
On 12 Jan 2010, at 11:09, Suresh Lakshmanan wrote: Hi, Is there a way to filter the results of a view? I found a filter mechanism that can be added to design doc and added as a query parameter for the _change API. Is there a similar mechanism for a normal view? Hi Suresh, why not use the

M/R/M, again

2010-01-27 Thread Markus Jelsma
Hello list and core developers, Some six months ago a thread emerged [1] concerning a possible map/reduce/merge in CouchDB. The question was if CouchDB would put this feature on its list of proposals (which it still isn't). Well, i now humbly attempt to get this topic back to the attention of

Re: M/R/M, again

2010-01-27 Thread Chris Anderson
On Wed, Jan 27, 2010 at 3:14 PM, Markus Jelsma mar...@buyways.nl wrote: Hello list and core developers, Some six months ago a thread emerged [1] concerning a possible map/reduce/merge in CouchDB. The question was if CouchDB would put this feature on its list of proposals (which it still

Couchdb hybrid access using HTTP/REST and native client

2010-01-27 Thread Senthilkumar Peelikkampatti
All, This is a question related to mixing erlang native client (hoverraft) and http client. What will happen for the following scenarios 1. Create/delete/update document using hovercraft and view using http/rest 2. Create/delete/update document using http/rest and view using hovercraft Will