Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 98028 invoked from network); 22 Nov 2010 07:30:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Nov 2010 07:30:14 -0000 Received: (qmail 63337 invoked by uid 500); 22 Nov 2010 07:30:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 62976 invoked by uid 500); 22 Nov 2010 07:30:44 -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 62968 invoked by uid 99); 22 Nov 2010 07:30:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 07:30:43 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebastiancohnen@googlemail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 07:30:37 +0000 Received: by fxm15 with SMTP id 15so4345515fxm.11 for ; Sun, 21 Nov 2010 23:30:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:references:from :content-type:x-mailer:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=izqZfLIxmTT9XsqFjHdfeiarzftj7MAxF0LDIBnzCYE=; b=tnGXE9nxwitcSDZoBVrYLbxx7tNgkgD8IaByTjdETbznOQRgWmegcFyMlnSr2z0+ti B/Fl37ZWX4QTdvspHp7qgeUQtaO7r66gLhkTrHNNKSXAHOCOVGNU+uqW3ZcScR1VTQQT pQs7OAyDMIpWAVns0JgZlphOKvg+BFe4B43rU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; b=rWxg5qTz3noApnSvw8BF1LOVcjTyIfDf9+qHXorkqvWmBSQvi6wVI37XTNL/dJSKWd VEZ7l3+YSNv14wD6VVsUbqAU79Ee/zZkByO+a7RMrfN0tYkQ2dezK+eWjgUnXRMRzWx7 x3vO2E00IyXB0jHlvA675rmUhPjuRxXUG104c= Received: by 10.223.123.209 with SMTP id q17mr4760327far.126.1290411005269; Sun, 21 Nov 2010 23:30:05 -0800 (PST) Received: from [192.168.178.24] (koln-5d815ce4.pool.mediaWays.net [93.129.92.228]) by mx.google.com with ESMTPS id z25sm1209999fam.18.2010.11.21.23.30.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Nov 2010 23:30:04 -0800 (PST) Subject: Re: get the nTH doc of a certain view References: <5EC43ABE2BBBA44CA91D3608BDE011C90C6AC849EA@MAILBGO.vizrt.internal> From: Sebastian Cohnen Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (8B117) In-Reply-To: Message-Id: Date: Mon, 22 Nov 2010 08:30:39 +0100 To: "user@couchdb.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (iPhone Mail 8B117) it's worth to mention that this gets quite inefficient performancewise for h= igh n. Am 22.11.2010 um 06:42 schrieb Anand Chitipothu : >> Can we directly get the nth doc of a certain view from couchdb? >=20 > If you mean getting the nth row, then you can add skip=3Dn&limit=3D1 to > the view url to get that. >=20 > Anand