Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5394A10B77 for ; Tue, 25 Feb 2014 06:59:57 +0000 (UTC) Received: (qmail 95927 invoked by uid 500); 25 Feb 2014 06:59:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 93841 invoked by uid 500); 25 Feb 2014 06:59:52 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 93250 invoked by uid 99); 25 Feb 2014 06:59:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 06:59:51 +0000 X-ASF-Spam-Status: No, hits=2.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of siriele2x3@gmail.com designates 209.85.192.51 as permitted sender) Received: from [209.85.192.51] (HELO mail-qg0-f51.google.com) (209.85.192.51) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 06:59:46 +0000 Received: by mail-qg0-f51.google.com with SMTP id q108so17909904qgd.10 for ; Mon, 24 Feb 2014 22:59:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bofa5IkbwRnhmOgUddCch8/RJaEY07UJRss0VW8w8CA=; b=Kd5A3X6VQbs+Yd4zreN+qWf8JYkzVnKkM6rG1ZdKOgVxNm8ywTRvNAzVzN5TQj5LKt 8i5O+oOH8Z68o2aK2mrRcCGVCJE95MjY+skIiuoQDkzrBbkCGZXTccANbZqiyBSzmaRF URAiNK+HvETatSIrsDYlloM9U38y2HVNO3H2xwpbGmHE4hgQohr3T0LPRn9cWxGVfz1Y vfPrfjrxJjKeph/s2a0+8Pty3bJF0jjpRJp8fJHrOA14gV0oSW+Hx5PZcA3CFoWoQx5/ d+e7oG3GlxwLHcmfbV1Ng5YxQvnR3mv4LnAI4C0fFvt8IM/0wuxxwAealImx1vG5tm3T DLPw== MIME-Version: 1.0 X-Received: by 10.224.54.10 with SMTP id o10mr36034818qag.9.1393311565563; Mon, 24 Feb 2014 22:59:25 -0800 (PST) Received: by 10.96.25.164 with HTTP; Mon, 24 Feb 2014 22:59:25 -0800 (PST) Date: Mon, 24 Feb 2014 22:59:25 -0800 Message-ID: Subject: _all_docs vs regular view From: Stanley Iriele To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001a1132f826ed69b704f335a052 X-Virus-Checked: Checked by ClamAV on apache.org --001a1132f826ed69b704f335a052 Content-Type: text/plain; charset=ISO-8859-1 is the All docs a special view?...it never has to be primed like traditional views. why is that?...if a use a list function to fold over a certain number of keys during a period of a lot of writes does this view stay up to date ? or does it behave like a regular view? --001a1132f826ed69b704f335a052--