Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 64987 invoked from network); 21 Jun 2010 21:45:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jun 2010 21:45:33 -0000 Received: (qmail 21763 invoked by uid 500); 21 Jun 2010 21:45:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 21530 invoked by uid 500); 21 Jun 2010 21:45:31 -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 21522 invoked by uid 99); 21 Jun 2010 21:45:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 21:45:31 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ghempton@gmail.com designates 209.85.161.180 as permitted sender) Received: from [209.85.161.180] (HELO mail-gx0-f180.google.com) (209.85.161.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jun 2010 21:45:23 +0000 Received: by gxk1 with SMTP id 1so828904gxk.11 for ; Mon, 21 Jun 2010 14:45:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=CLvYW0NiXQ+OHQpgPGPBaF0nThugQMmkoHXz0uDaTw8=; b=veUr8dfUwE3x7yIguU6wFNYXNNEMxFZ6FaFVJjaSwDLnBU/Tcb6a3N7td4071EUPt/ 255t0YW1zkj3LJb5nhgn+vDGXUV7hEvAjQ4s481rR+7HEvZMrBFijz8UqndijNIsKorL Sp9bAnJa/WyYKStMCcRBaUxfPVrJ1rVppkM9U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VB4FOc12FxEXMsnDgSlww4ohYIOPIvSVgudRGOfiI7q9TeyMcmLT2i4wRiZgkwYKE/ a7YfQO+NOt75CbOu2ls01PHRzyjZ2smZepYU6LiVvJCdPwGt1FyjVsLg8Z4uyqi9GH0f LDD+14WQRgQhJ3ou7cGGC5ACAR5UZSzh9Kt0w= MIME-Version: 1.0 Received: by 10.229.38.147 with SMTP id b19mr2818350qce.253.1277156702477; Mon, 21 Jun 2010 14:45:02 -0700 (PDT) Received: by 10.220.159.133 with HTTP; Mon, 21 Jun 2010 14:45:02 -0700 (PDT) Date: Mon, 21 Jun 2010 14:45:02 -0700 Message-ID: Subject: Retrieve List of Documents by Ids From: Gordon Leland Hempton To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016363b8be892e123048991375d X-Virus-Checked: Checked by ClamAV on apache.org --0016363b8be892e123048991375d Content-Type: text/plain; charset=ISO-8859-1 I have an application where I have a list of 20-40 document id's that I would like to retrieve from couch. There isn't a pattern to these ids that would translate to a view easily (to my knowledge). What is the best way to do this? It seems excessive to create 40 http requests on the server to render a single web page. Is there a better way? Thanks, Gordon --0016363b8be892e123048991375d--