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/07/21 09:46:37 UTC

[GitHub] [couchdb] rnewson opened a new pull request #3017: Prototype/fdb layer ebtree

rnewson opened a new pull request #3017:
URL: https://github.com/apache/couchdb/pull/3017


   ## Overview
   
   Implements a B+Tree on top of FoundationDB with a configurable Order. The tree remains balanced at all times.
   Ebtree supports a reduce function and stores intermediate reduction values on inner nodes (and the root node).
   The full reduce CouchDB functionality is possible with this module.
   
   ## Testing recommendations
   
   Contains its own tests
   
   ## Related Issues or Pull Requests
   
   N/A
   
   ## 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] rnewson commented on pull request #3017: Prototype/fdb layer ebtree

Posted by GitBox <gi...@apache.org>.
rnewson commented on pull request #3017:
URL: https://github.com/apache/couchdb/pull/3017#issuecomment-661754880


   (Importing all the history)


----------------------------------------------------------------
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] rnewson merged pull request #3017: Prototype/fdb layer ebtree

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


   


----------------------------------------------------------------
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] janl commented on pull request #3017: Prototype/fdb layer ebtree

Posted by GitBox <gi...@apache.org>.
janl commented on pull request #3017:
URL: https://github.com/apache/couchdb/pull/3017#issuecomment-662325652


   I skimmed this over and ti looks _very_ clean. Great job everybody involved!


----------------------------------------------------------------
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