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 2018/11/13 12:16:56 UTC

[GitHub] garrensmith commented on issue #1155: [partitioned dbs] Support partitioned mango queries and creating partitioned indexes

garrensmith commented on issue #1155: [partitioned dbs] Support partitioned mango queries and creating partitioned indexes
URL: https://github.com/apache/couchdb-fauxton/pull/1155#issuecomment-438245948
 
 
   When we send a mango query we end up setting the r value (Number of reads from a replica) before returning the result. And if I look at the _explain for some reason its set to 49
   ```
   "r": [
      49
     ],
   ```
   
   Once we add in the partition restrictions this is going to cause an issue. r must always be equal to 1 fro partitions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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