apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.26k stars 1.03k forks source link

Enable index on write #864

Closed brahmos closed 7 years ago

brahmos commented 7 years ago

Expected Behavior

We want to enable index on write, is there a config option to do this.

Current Behavior

Currently it's showing the legacy behavior, which is index on read.

Possible Solution

Context

We are using Cloudant and we want to use Couch 2.1 as a possible in-house solution mostly to be used as a live backup. Cludant does index on write, and we want to make sure Couch 2.1 does the same.

Your Environment

rnewson commented 7 years ago

Hi. The component that updates views when databases change is not a part of CouchDB, it's a proprietary component of the Cloudant platform.