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/03/23 16:47:10 UTC

[GitHub] [couchdb] tonysun83 commented on issue #2706: add info endpoint for fdb stored views

tonysun83 commented on issue #2706: add info endpoint for fdb stored views
URL: https://github.com/apache/couchdb/pull/2706#issuecomment-602721634
 
 
   I decided to use `couch_mrview_index:get/2` even though we aren't supporting `Partitioned`. It's saves additional code that's going to be very similar and partitioned will only be returned on the odd chance it's incorrectly specified for indexing. It won't break anything but instead just return the value. The new layout:
   
   ```
   {
       "name": "foo",
       "view_index": {
           "language": "javascript",
           "signature": "b7bf9f8b5adefa4b23c4cf60448d8fad",
           "sizes": {
               "active": 0
           },
           "update_seq": "",
           "updater_running": false,
           "data_size": 0,
           "update_options": []
       }
   }
   ```

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