Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 71678 invoked from network); 30 Mar 2011 07:49:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Mar 2011 07:49:34 -0000 Received: (qmail 93792 invoked by uid 500); 30 Mar 2011 07:49:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 93725 invoked by uid 500); 30 Mar 2011 07:49:32 -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 93717 invoked by uid 99); 30 Mar 2011 07:49:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 07:49:32 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.203.160.34] (HELO gatekeeper.vizrt.com) (80.203.160.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 07:49:25 +0000 Received: from VizrtFinancePC (10.211.8.82) by MAILBGO.vizrt.internal (192.168.110.25) with Microsoft SMTP Server (TLS) id 8.3.137.0; Wed, 30 Mar 2011 09:49:02 +0200 From: Panop S. To: Subject: Update Huge Data By View Date: Wed, 30 Mar 2011 14:48:54 +0700 Message-ID: <001f01cbeeae$ef8e9450$ceabbcf0$@vizrt.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01CBEEE9.9BEE0890" X-Mailer: Microsoft Outlook 14.0 Thread-Index: Acvuruh6DeoTZyI5SdCCaJRGn4UjTA== Content-Language: en-us ------=_NextPart_000_0020_01CBEEE9.9BEE0890 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I have to update a huge amount of data and the data often get updated. If I fetch to query all the data at once, this will be slow performance of loading such a huge data. Do you have any way that we can get the data for specific range so I can query many time and all the data get updated. The reason that I can get all data updated for specific range and updated all because the data was updated by someone else also, then it is moving up & down and may not get updated. Thanks, Aun. ------=_NextPart_000_0020_01CBEEE9.9BEE0890--