You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/09/03 17:24:02 UTC

[GitHub] [couchdb] davisp opened a new pull request #3126: Prototype/fdb layer ebtree improvements

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:
users@infra.apache.org



[GitHub] [couchdb] davisp merged pull request #3126: Prototype/fdb layer ebtree improvements

Posted by GitBox <gi...@apache.org>.
davisp merged pull request #3126:
URL: https://github.com/apache/couchdb/pull/3126


   


----------------------------------------------------------------
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:
users@infra.apache.org