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 2019/06/25 10:34:10 UTC

[GitHub] [couchdb] garrensmith opened a new pull request #2060: CouchDB map indexes on FDB

garrensmith opened a new pull request #2060: CouchDB map indexes on FDB
URL: https://github.com/apache/couchdb/pull/2060
 
 
   ## Overview
   
   This adds the `couch_views` application which builds map indexes on top of FoundationDB. The RFC for this is [here](https://github.com/apache/couchdb-documentation/pull/410).
   
   This work is dependant on CouchDB Jobs #2051 
   
   Some funcitonality that is not implemented yet:
   * Only partial implementation of query parameters, the following are supported:
      * include_docs
      * startkey, endkey
      * Descending
      * update = false, lazy
      * inclusive_end
   * `_view_cleanup`
   * ICU sort strings
   
   ## Testing recommendations
   
   Create map functions and test the results are the same as CouchDB 2.x
   
   ## Related Issues or Pull Requests
   
   <!-- If your changes affects multiple components in different
        repositories please put links to those issues or pull requests here.  -->
   
   ## 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`
   - [x] 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


With regards,
Apache Git Services