[jira] Commented: (COUCHDB-964) Large memory usage downloading attachments

2010-11-29 Thread A. Bram Neijt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964694#action_12964694 ] A. Bram Neijt commented on COUCHDB-964: --- I've not been able to reproduce the

Re: Introducing Bram Neijt

2010-11-29 Thread Bram Neijt
Dear all, Here is a quick status update on the per-document authentication work. I've done some combining of knowledge and had some thoughts, I've put them on http://wiki.apache.org/couchdb/PerDocumentAuthorization I've decided that all this thinking has been more then enough, and I've started

[jira] Commented: (COUCHDB-913) Caching of BTree nodes and documents

2010-11-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964703#action_12964703 ] Filipe Manana commented on COUCHDB-913: --- All the caching efforts are now in a new

[jira] Updated: (COUCHDB-913) Caching of BTree nodes and documents

2010-11-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-913: -- Attachment: cache-perf-tests.tar.gz Caching of BTree nodes and documents

[jira] Commented: (COUCHDB-913) Caching of BTree nodes and documents

2010-11-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964747#action_12964747 ] Filipe Manana commented on COUCHDB-913: --- Forgot to mention, the tests done before

Per Document Filtering/Authorization

2010-11-29 Thread Chad George
Bram Neijt has recently indicated interest in working on per document authorization. I've mentioned an idea a few times here and on the user list but never got any real response so I'm still not sure what the general consensus about the idea is. My idea is to add a new special field on the

Re: Per Document Filtering/Authorization

2010-11-29 Thread Fedor Indutny
Yep, that's what I was talking about! 2010/11/29 Chad George c...@mgproducts.com Bram Neijt has recently indicated interest in working on per document authorization. I've mentioned an idea a few times here and on the user list but never got any real response so I'm still not sure what the

[jira] Commented: (COUCHDB-970) Server crashes after successfull compaction

2010-11-29 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964787#action_12964787 ] Filipe Manana commented on COUCHDB-970: --- I think it's likely to be fixed in the

Re: Per Document Filtering/Authorization

2010-11-29 Thread Bram Neijt
Yes, we could add something like _access to control access to the document, however that would mean that the validate_doc_update function will have to add this to the documents (you can't wait for the user to add the validation function). That makes it seem simpler to add an access function at

Re: Per Document Filtering/Authorization

2010-11-29 Thread Chad George
I was thinking the _access field would hold either a validation function or (more often) a path to a function on a design document. And for that matter, I'm not sure what (if anything) we gain by having the function definition itself on the document, just a field to point to the correct place in

[jira] Commented: (COUCHDB-968) Duplicated IDs in _all_docs

2010-11-29 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964887#action_12964887 ] Adam Kocoloski commented on COUCHDB-968: In my tests _changes for the compacted DB

[jira] Commented: (COUCHDB-968) Duplicated IDs in _all_docs

2010-11-29 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12964890#action_12964890 ] Adam Kocoloski commented on COUCHDB-968: Answering my own question - yes, it makes

use view functions to emit changes

2010-11-29 Thread Benoit Chesneau
Hi all, Tonight i've written t quick patch that allows the user to use map view function to filter changes. Here is the patch : https://github.com/benoitc/couchdb/commit/651e29e1bb767fb493bf75497623dae89bf9a5ad thoughts ? - benoƮt

[jira] Commented: (COUCHDB-968) Duplicated IDs in _all_docs

2010-11-29 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12965114#action_12965114 ] Paul Joseph Davis commented on COUCHDB-968: --- Sorry for the delay, ended up