From couchdb-user-return-1607-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sun Oct 26 14:20:46 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 24887 invoked from network); 26 Oct 2008 14:20:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2008 14:20:45 -0000 Received: (qmail 42857 invoked by uid 500); 26 Oct 2008 14:20:48 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 42813 invoked by uid 500); 26 Oct 2008 14:20:47 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 42802 invoked by uid 99); 26 Oct 2008 14:20:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2008 07:20:47 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.217.13] (HELO mail-gx0-f13.google.com) (209.85.217.13) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2008 14:19:35 +0000 Received: by gxk6 with SMTP id 6so2406721gxk.12 for ; Sun, 26 Oct 2008 07:19:13 -0700 (PDT) Received: by 10.65.93.19 with SMTP id v19mr5074593qbl.36.1225030752963; Sun, 26 Oct 2008 07:19:12 -0700 (PDT) Received: from ?192.168.101.237? ([74.13.246.122]) by mx.google.com with ESMTPS id k27sm4420630qba.10.2008.10.26.07.19.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 26 Oct 2008 07:19:12 -0700 (PDT) Message-Id: <83FAD073-9DD0-495C-B70D-C587CA3563FD@msc-mobile.com> From: Julien Guimont To: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Getting only updates from a view Date: Sun, 26 Oct 2008 10:19:11 -0400 X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am looking at CouchDB for a new project. So far it matches a lot of requirements that would require ugly hacks using a traditional DB. One requirement I have is to always have the delta results of a view (what documents matching the view has changed since last update). I read http://wiki.apache.org/couchdb/RegeneratingViewsOnUpdate and I understood that the views are being reprocessed only with the documents that have changed. (Am I wrong?) Well, if it is, can how can I get the view results only for those changed documents? Thank you! Julien.