Re: Database-level statistics/on-disk file names

2010-09-19 Thread Jan Lehnardt
On 17 Sep 2010, at 10:10, Dirkjan Ochtman wrote: Hi there, I'd like to be able to determine how much disk space the index for a certain ddoc takes. Is there any easy way of doing that? curl $COUCH/db/_design/name/_info

Re: Rekindle discussion: `reduce=false` fails unpredictably

2010-09-19 Thread Jan Lehnardt
On 30 Aug 2010, at 10:01, Jason Smith wrote: This was discussed before here: http://mail-archives.apache.org/mod_mbox/couchdb-user/200912.mbox/%3c04c82f94-cf83-45d9-b599-47a8dd7c0...@gmail.com%3e This is complicating my own client code. I went out of my way to make views that are

Re: couchdb memory issues/leaks with validators and 20MB+ json docs

2010-09-19 Thread Jan Lehnardt
On 30 Aug 2010, at 08:34, sgoto wrote: Hey everyone, I'm using couchdb to store docs that are somewhat large (20MB+), but within the configured max size. Storing the docs isn't a problem, couchdb seems to handle it fine. I am having problems when using function validators and

Re: Rekindle discussion: `reduce=false` fails unpredictably

2010-09-19 Thread Dirkjan Ochtman
On Mon, Aug 30, 2010 at 10:01, Jason Smith j...@couch.io wrote: I propose a minor change to validation: a simple check is made to determine if the extra parameter would result in a no-op. If so, no exception is thrown. Therefore: map view, reduce=false - Allowed map view, reduce=true -

Re: replication bug

2010-09-19 Thread Jan Lehnardt
On 24 Aug 2010, at 18:26, Nathan Stott wrote: I tried it, didn't fix my issue. Can you open a new JIRA issue for this so we won't forget about it? Cheers Jan -- On Tue, Aug 24, 2010 at 9:38 AM, Adam Kocoloski kocol...@apache.org wrote: Hi Nathan, did you get a chance to see if

Re: multiview on github

2010-09-19 Thread Norman Barker
Bob, it is just checking that a given id participates in a view, if it makes it around the ring then it wins and gets streamed to the client, adding disjoints would be fairly simple. Currently the only way I can check if an id is in a view is to loop over the results of each view, hence each node

Re: Addition of modify-on-document-write hooks

2010-09-19 Thread Chris Anderson
On Sun, Sep 19, 2010 at 5:37 AM, Jan Lehnardt j...@apache.org wrote: On 14 Sep 2010, at 03:26, J Chris Anderson wrote: On Sep 13, 2010, at 6:23 PM, Simon Metson wrote: Hi James.      I think the thing to do is require that a document has a user field, and that the value of that field

Re: View HTTP API extension proposal

2010-09-19 Thread Chris Anderson
On Sun, Sep 19, 2010 at 5:47 AM, Jan Lehnardt j...@apache.org wrote: Hi Tomas, this sounds like a valuable addition. Back in the day I remember skip allowed for negative values to skip backwards, I'm not sure what happened to that. I was just about to write in, why not use skip=-1 and limit

CouchDb not releasing files

2010-09-19 Thread [mRg]
Hi all, This is just a cross-post to highlight a thread on the user list. (with the same name as this one - all details etc are on there, happy to repeat here if needed). It seems this problem was discussed by some devs at CouchCamp and seems others are suffering this issue. I was just wondering

[jira] Commented: (COUCHDB-889) improved docs for windows compile from source in INSTALL.Windows

2010-09-19 Thread Mark Hammond (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12912304#action_12912304 ] Mark Hammond commented on COUCHDB-889: -- Many of the changes look good, but have the

Re: Addition of modify-on-document-write hooks

2010-09-19 Thread Benoit Chesneau
On Mon, Sep 20, 2010 at 12:34 AM, Randall Leeds randall.le...@gmail.com wrote: On Thu, Sep 9, 2010 at 12:19, James Jackson james.jack...@cern.ch wrote: Hi all, Moving this from the users forum, as it appears what I'm after isn't currently available. For the security model I with to implement