davisp opened a new pull request #3126: URL: https://github.com/apache/couchdb/pull/3126
## Overview Three improvements to ebtree. The `lookup_multi` and `insert_multi` functions exist to minimize the cost of view updates by minimizing the amount of serialization and collation costs. Nodes are also made immutable so that clients can cache nodes to reduce latency due to round trips to foundationdb. ## Testing recommendations `make check` ## Checklist - [x] Code is written and works correctly - [x] Changes are covered by tests - [x] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
