From user-return-4020-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Mar 13 11:34:59 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 3679 invoked from network); 13 Mar 2009 11:34:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 11:34:59 -0000 Received: (qmail 24577 invoked by uid 500); 13 Mar 2009 11:34:57 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 24541 invoked by uid 500); 13 Mar 2009 11:34:57 -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 24530 invoked by uid 99); 13 Mar 2009 11:34:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 04:34:57 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gappodi@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 11:34:48 +0000 Received: by yx-out-2324.google.com with SMTP id 31so918514yxl.5 for ; Fri, 13 Mar 2009 04:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=vZEbg50PsDkjO5nAWNcDYwFIQ+EQLgP7BpB1zWzP0GY=; b=k7Mf5LJBSP4NGruexIAkrDoyk21T+IFkEEEKbwqvzM3+gwUpVWQYzBfz0hbW65Xo0C Ydg7Bc3X/vNv8iQWLc9kDizBD5B1/gEoWBzCw2JqYDMWZSFYiz0CEokJzDHyoZGceyAf pCzztF9Dy7wtG4MMY+/HsfIc6dzvuYV96gw64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vtaA8AgqQPsRk6rgzGUC9XQABQKYSRsJnH1pr/aVWKFM40+CcaBhYBS6QVl//DthN5 ZqWAImvDigNLlUBn6jmF5yKrRap/9q1I3Dm3t5VBJxOOc94ifjyRS1jeaDEnvUbRcf3x f7uB3GL5OMTmQ+enyXwF5CPBozJT90YiHWtiY= MIME-Version: 1.0 Received: by 10.90.97.16 with SMTP id u16mr206281agb.38.1236944067456; Fri, 13 Mar 2009 04:34:27 -0700 (PDT) Date: Fri, 13 Mar 2009 07:34:27 -0400 Message-ID: <44dc800b0903130434s1f65faadk6f9d118d96a65c68@mail.gmail.com> Subject: Need doc(s) on Update Notification From: Gap Podi To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016361e891ebf70d30464fe7be6 X-Virus-Checked: Checked by ClamAV on apache.org --0016361e891ebf70d30464fe7be6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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. Thank You Gap --0016361e891ebf70d30464fe7be6--