You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Tony Sun (JIRA)" <ji...@apache.org> on 2015/04/20 00:07:58 UTC

[jira] [Resolved] (COUCHDB-2663) w:2 property in index docs

     [ https://issues.apache.org/jira/browse/COUCHDB-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Sun resolved COUCHDB-2663.
-------------------------------
    Resolution: Fixed
      Assignee: Tony Sun

> w:2 property in index docs
> --------------------------
>
>                 Key: COUCHDB-2663
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2663
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Mango
>            Reporter: Robert Kowalski
>            Assignee: Tony Sun
>
> Noticed that the write quorum is saved into the indexes by mango:
> {code}
> {
>   "_id": "_design/e4d338e5d6f047749f5399ab998b4fa04ba0c816",
>   "_rev": "1-1f37105891681e717ae37dae973bc6a4",
>   "language": "query",
>   "views": {
>     "e4d338e5d6f047749f5399ab998b4fa04ba0c816": {
>       "map": {
>         "fields": {
>           "_id": "asc"
>         }
>       },
>       "reduce": "_count",
>       "options": {
>         "def": {
>           "fields": [
>             "_id"
>           ]
>         },
>         "w": 2
>       }
>     }
>   }
> }
> {code}
> Can we remove it?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)