Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04A8610C5B for ; Tue, 1 Apr 2014 17:43:05 +0000 (UTC) Received: (qmail 63337 invoked by uid 500); 1 Apr 2014 17:42:14 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 62971 invoked by uid 500); 1 Apr 2014 17:42:04 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62113 invoked by uid 99); 1 Apr 2014 17:41:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 17:41:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 74B049240BE; Tue, 1 Apr 2014 17:41:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: djc@apache.org To: commits@couchdb.apache.org Date: Tue, 01 Apr 2014 17:41:52 -0000 Message-Id: <5d71d89d22ed43399be08e0665e43ef6@git.apache.org> In-Reply-To: <3cf0cb21133d4c18b22d7e4745e70cb6@git.apache.org> References: <3cf0cb21133d4c18b22d7e4745e70cb6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/50] [abbrv] couchdb commit: updated refs/heads/1.6.x to d2ac597 update documentation explain better what happens with the view index when documents in a view are being processed Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fb59ccae Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fb59ccae Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fb59ccae Branch: refs/heads/1.6.x Commit: fb59ccae8d90f6407e5b9d08a302f909778db9b7 Parents: 3be8c85 Author: Andy Wenk Authored: Thu Mar 20 23:52:26 2014 +0100 Committer: Andy Wenk Committed: Thu Mar 20 23:52:26 2014 +0100 ---------------------------------------------------------------------- share/doc/src/intro/overview.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/fb59ccae/share/doc/src/intro/overview.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/intro/overview.rst b/share/doc/src/intro/overview.rst index f94d656..4e3b72c 100644 --- a/share/doc/src/intro/overview.rst +++ b/share/doc/src/intro/overview.rst @@ -198,9 +198,10 @@ simultaneous client readers, who can read and query the view while the index is concurrently being refreshed for other clients without causing problems for the readers. -As documents are examined, their previous row values are removed from the -view indexes, if they exist. If the document is selected by a view function, -the function results are inserted into the view as a new row. +As documents are processed by the view engine through your 'map' and 'reduce' +functions, their previous row values are removed from the view indexes, if +they exist. If the document is selected by a view function, the function results +are inserted into the view as a new row. When view index changes are written to disk, the updates are always appended at the end of the file, serving to both reduce disk head seek times during