[jira] Commented: (COUCHDB-275) couch crashes erlang vm under heavy load

2009-05-01 Thread Joshua Bronson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705084#action_12705084 ] Joshua Bronson commented on COUCHDB-275: looks like this may have been fixed in th

Reads vs Writes and contention

2009-05-01 Thread Kevin Jackson
Hi, I'm interested in any experiences people may have had with couch reading and writing many records at the same time and what kind of pitfalls there may be regarding the possible contention of records/documents I'm intending to write some small benchmarks, but I was wondering if anyone had seen

Another use case for bulk_docs transactions

2009-05-01 Thread Brian Candler
I just realised I have another use case for bulk_docs "transactions". Right now I am doing model validation in Ruby. If someone wants to upload a batch of (say) 100 docs, I can validate them all in Ruby, and reject the whole batch if any fail validation. However, I would like ultimately to push m