nickva commented on issue #1176: Implement pluggable authentication and session support for replicator URL: https://github.com/apache/couchdb/pull/1176#issuecomment-366881239 Conducted a simple benchmark using couchdyno https://github.com/cloudant-labs/couchdyno Timed replicating 100k docs with PBKDF2 iterations set to 10k. ``` [couch_http_auth] iterations = 10000 ``` ``` rep.replicate_1_to_n_and_compare(1, normal=True, num=100000) ``` Master took **1133** seconds and this PR took **574** seconds. This should allow increasing the work factor to improve security without sacrificing replication performance.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
