From user-return-21628-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jul 24 04:20:39 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C642DFD0 for ; Tue, 24 Jul 2012 04:20:39 +0000 (UTC) Received: (qmail 5823 invoked by uid 500); 24 Jul 2012 04:20:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 5712 invoked by uid 500); 24 Jul 2012 04:20:37 -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 5686 invoked by uid 99); 24 Jul 2012 04:20:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 04:20:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 04:20:30 +0000 Received: by vcbfw7 with SMTP id fw7so5868784vcb.11 for ; Mon, 23 Jul 2012 21:20:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:x-gm-message-state; bh=ZcDD3djw0kgvsOSe8ThzF2UXI6DpL2EiQVePlYmW0Bw=; b=DNNXFjUpVMyzaEVeQQIzxN2BuVlmxdYUOLzYTchymYse7xhcnc2YMoxbV8OgDIovEy sm+A/ZOf11d6gaSfL5IyNtmlu/5uzA+EmJoFkNUI2IPjFVn9Tb616LwBz1DSTl2sKaac Mpf1fc41bNi3Sfsg3dBfDUaaEmAKZ+fkZyqgwc+b7PpC+xM83ZtB9McWFFsegkKb+WTB zjjVtSP4PjOmWWXLIoi17cbp2Fpc5CMVTLWHfIAHAw/w+YcTfE2UaACAEtJiAap1aWa8 MpSIoE8OAzrk1KJFzQMW4aM2Dz49/O5nFd9TC31LECsS5BxEUciFl01Jl5CmxliYpkVE tZmA== Received: by 10.52.93.10 with SMTP id cq10mr12641640vdb.122.1343103609485; Mon, 23 Jul 2012 21:20:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.106.133 with HTTP; Mon, 23 Jul 2012 21:19:49 -0700 (PDT) X-Originating-IP: [68.5.117.177] In-Reply-To: References: From: Mark Hahn Date: Mon, 23 Jul 2012 21:19:49 -0700 Message-ID: Subject: Re: random access to log db To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf307f32768a3b2504c58badb8 X-Gm-Message-State: ALoCoQnRmhKQMXYKBrXE7cSCe/kMD7H3e1y9csKwpPG0W8cgiALRH+L8WyEbzSbcJoGooamZxCrx X-Virus-Checked: Checked by ClamAV on apache.org --20cf307f32768a3b2504c58badb8 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Thanks everyone for the ideas. I've got some thinking to do. On Mon, Jul 23, 2012 at 7:27 PM, Jens Alfke wrote: > > On Jul 23, 2012, at 4:23 PM, Mark Hahn wrote: > > > I have a log db that I am only adding new docs to. I am never updating= , > > deleting, or compacting any docs. > > > > I'd like to show these docs in a table on the client-side. The table > > software will ask for ranges of docs like 200 to 300, assuming sequenti= al > > id numbers. > > Sounds like a job for the _changes feed. > > =97Jens --20cf307f32768a3b2504c58badb8--