GitHub user dholth opened a pull request:

    https://github.com/apache/couchdb-couch/pull/18

    rebased _bulk_get patch

    This is a rebase for https://issues.apache.org/jira/browse/COUCHDB-2310 
against post-1.6.x CouchDB.
    
    The idea is that when it is finished *every* GET option should eventually 
be supported in the _bulk_get API, making CouchDB easier to learn than a 
hypothetical _bulk_get API supporting only a subtly different subset of the GET 
API.
    
    Is it acceptable to refactor the GET handling?
    
    Is anyone willing to help get this polished accepted into CouchDB?
    
    I wrote this patch because without it CouchDB replication to PouchDB is too 
slow to be useful. After this patch, formerly impractical replications that 
would take ~10,000 requests now take a pleasantly acceptable ~100 requests.
    
    https://github.com/dholth/pouchdb-bulk-get is a PouchDB plugin for the 
other end.
    
    Thanks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dholth/couchdb-couch bulk-get

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/18.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18
    
----
commit 516dc25a3be9d0c7458c5a2a826930821366b7e5
Author: Daniel Holth <[email protected]>
Date:   2014-12-03T02:28:03Z

    rebased _bulk_get patch

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to