Hello, CouchDB starter here.
How are the MapReduce views updated ? Before or after a new document is added into store ? Do all document insertions go through some view process pipeline, then finally to base document pool ? I am thinking in document stream processing terms, where document ingress hits the *views processes* first before finally ending up in the pool. Thanks
