Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 5072 invoked from network); 13 Mar 2009 11:38:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 11:38:21 -0000 Received: (qmail 29161 invoked by uid 500); 13 Mar 2009 11:38:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29122 invoked by uid 500); 13 Mar 2009 11:38:19 -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 29110 invoked by uid 99); 13 Mar 2009 11:38:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 04:38:19 -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 [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 11:38:10 +0000 Received: from [192.168.1.100] (f053002156.adsl.alicedsl.de [::ffff:78.53.2.156]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Fri, 13 Mar 2009 11:37:47 +0000 Message-Id: <6B0864D7-5FCF-4691-874F-4309A4343F2D@apache.org> From: Jan Lehnardt To: user@couchdb.apache.org In-Reply-To: <44dc800b0903130434s1f65faadk6f9d118d96a65c68@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Need doc(s) on Update Notification Date: Fri, 13 Mar 2009 12:37:46 +0100 References: <44dc800b0903130434s1f65faadk6f9d118d96a65c68@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 13 Mar 2009, at 12:34, Gap Podi wrote: > Hello, > > I understand the Update Notification process > (DbUpdateNotificationProcess) > will inform the database name when an update happens to the database. > Is there a way to get the doc(s) that got updated in this > notification? Do I > need to implement a View Server to achieve this? > > One way I figured out was to store the last update_seq and then > query with > startkey=last_update_seq_id. That's the way :) Cheers Jan --