nickva commented on PR #4144: URL: https://github.com/apache/couchdb/pull/4144#issuecomment-1226814556
Preliminary benchmarks replicating 1M docs locally on a laptop using [couchdyno](https://github.com/cloudant-labs/couchdyno) show a 30% speedup With `main` ``` r=rep.Rep(); r.replicate_1_to_n_and_compare(1, num=1000000, revs=1, branches=1, normal=True, reset_target=True, reset_source=True, cycles=1) ... > replicated in 490 sec ``` With `_bulk_get` support ``` r=rep.Rep(); r.replicate_1_to_n_and_compare(1, num=1000000, revs=1, branches=1, normal=True, reset_target=True, reset_source=True, cycles=1) ... > replicated in 335 sec ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
