Robert Kowalski created COUCHDB-2663:
----------------------------------------

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


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)

Reply via email to