[jira] Commented: (COUCHDB-1084) Remove unnecessary btree lookup inside couch_db_updater

2011-03-07 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003800#comment-13003800 ] Paul Joseph Davis commented on COUCHDB-1084: First, a tsk tsk. There's a not

[jira] Commented: (COUCHDB-1084) Remove unnecessary btree lookup inside couch_db_updater

2011-03-07 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003799#comment-13003799 ] Adam Kocoloski commented on COUCHDB-1084: - Hey, nothing says Damien like a 400 l

[jira] Commented: (COUCHDB-1084) Remove unnecessary btree lookup inside couch_db_updater

2011-03-07 Thread Damien Katz (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003794#comment-13003794 ] Damien Katz commented on COUCHDB-1084: -- The attached patch might have stability iss

[jira] Commented: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003792#comment-13003792 ] Adam Kocoloski commented on COUCHDB-1083: - No problem, easiest kind of ticket to

[jira] Updated: (COUCHDB-1084) Remove unnecessary btree lookup inside couch_db_updater

2011-03-07 Thread Damien Katz (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damien Katz updated COUCHDB-1084: - Attachment: remove_btree_lookup.patch Applies to couchdb trunk revision 1078680 > Remove unnec

[jira] Created: (COUCHDB-1084) Remove unnecessary btree lookup inside couch_db_updater

2011-03-07 Thread Damien Katz (JIRA)
Remove unnecessary btree lookup inside couch_db_updater --- Key: COUCHDB-1084 URL: https://issues.apache.org/jira/browse/COUCHDB-1084 Project: CouchDB Issue Type: Improvement Comp

[jira] Commented: (COUCHDB-1076) _all_docs performance degrades as doc_del_count increases

2011-03-07 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003752#comment-13003752 ] Randall Leeds commented on COUCHDB-1076: I did the digging and I think I've got

[jira] Commented: (COUCHDB-549) include_docs=true doesn't honour conflicts=true

2011-03-07 Thread Patrick Barnes (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003751#comment-13003751 ] Patrick Barnes commented on COUCHDB-549: This is a relevant issue to me, because

[jira] Resolved: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread max ogden (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] max ogden resolved COUCHDB-1083. Resolution: Invalid see comments > JSONP support in non view server routes such as _all_dbs or _

[jira] Commented: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread max ogden (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003731#comment-13003731 ] max ogden commented on COUCHDB-1083: Oops, oversight on my part. I had wiped my conf

[jira] Closed: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread max ogden (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] max ogden closed COUCHDB-1083. -- invalid bug > JSONP support in non view server routes such as _all_dbs or _changes > ---

[jira] Commented: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003724#comment-13003724 ] Adam Kocoloski commented on COUCHDB-1083: - A simple _view request does respect t

[jira] Commented: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003721#comment-13003721 ] Adam Kocoloski commented on COUCHDB-1083: - Hi Max, I can't reproduce this bug on

[jira] Closed: (COUCHDB-1080) fail fast with checkpoint conflicts

2011-03-07 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-1080. -- Verified. Thanks! > fail fast with checkpoint conflicts > --- >

debug CouchDB under erlIDE

2011-03-07 Thread Andrey Somov
Hi all, has anyone managed to debug CouchDB under Eclipse ? I can debug tests under 'test/etap' after translating them to Erlang modules. But I could not manage to launch an application. Which module should I launch ? couch_app ? couch_server_sup ? Unfortunately, reading ' http://www.erlang.org/

[jira] Created: (COUCHDB-1083) JSONP support in non view server routes such as _all_dbs or _changes

2011-03-07 Thread max ogden (JIRA)
JSONP support in non view server routes such as _all_dbs or _changes Key: COUCHDB-1083 URL: https://issues.apache.org/jira/browse/COUCHDB-1083 Project: CouchDB Issue Type:

Re: CouchDB MSI installer (alpha release)

2011-03-07 Thread Noah Slater
Yep, this is top stuff. :) On 7 Mar 2011, at 11:18, Filipe David Manana wrote: > Great work! > Thanks :) > > On Mon, Mar 7, 2011 at 11:11 AM, Dave Cottlehuber wrote: >> Hey everybody, >> >> I've just pushed a very ghetto CouchDB installer based on the standard >> Windows MSI packaging technolo

Re: CouchDB MSI installer (alpha release)

2011-03-07 Thread Filipe David Manana
Great work! Thanks :) On Mon, Mar 7, 2011 at 11:11 AM, Dave Cottlehuber wrote: > Hey everybody, > > I've just pushed a very ghetto CouchDB installer based on the standard > Windows MSI packaging technology. > > If you're confused by now, then you can skip the rest of this email... > > https://git

CouchDB MSI installer (alpha release)

2011-03-07 Thread Dave Cottlehuber
Hey everybody, I've just pushed a very ghetto CouchDB installer based on the standard Windows MSI packaging technology. If you're confused by now, then you can skip the rest of this email... https://github.com/wincouch/msicouch There's an MSI raring to go at https://github.com/downloads/wincouc