Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 7163 invoked from network); 9 Feb 2009 06:42:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 06:42:07 -0000 Received: (qmail 40582 invoked by uid 500); 9 Feb 2009 06:42:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 40551 invoked by uid 500); 9 Feb 2009 06:42:05 -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 40540 invoked by uid 99); 9 Feb 2009 06:42:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 22:42:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of patcito@gmail.com designates 74.125.92.24 as permitted sender) Received: from [74.125.92.24] (HELO qw-out-2122.google.com) (74.125.92.24) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 06:41:58 +0000 Received: by qw-out-2122.google.com with SMTP id 5so441742qwi.29 for ; Sun, 08 Feb 2009 22:41:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=X5Wvn2YZqZcNBBxOfpMM0kwUAavEBUvgpyXB4hnyd98=; b=VuX9ZNkc158Yn+mZ+Ze81cLPXYVOC/4y0wDR68ypRVqNpza4FTNdODsxH9WX+GjUEj dpJBVkmao02JMMdDRmlNdAk6ZFam3FfusFWCFbK6T0TAGecbwOAulRMF3HfIqISukH6f b1i0pCf5hlLg4m+S0G+AXJHHkCf01nrianDdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hLiOgO7TClY8WgqXo+N6lQbr3FyhxHWeZeWr6voORCTkYUv+zDiCLE1LWPllX6bHYP K+wylq/QpoUmU1X5vTMTgYAV3Q9TSjxqNBnXjFiBzNluJcLhGlm989+F/AAJVRGYWuo9 Ey8lKhyRdRtjUeIvGuTcXw+N5p0IwRzz9k0rk= MIME-Version: 1.0 Received: by 10.214.60.13 with SMTP id i13mr6147931qaa.213.1234161697075; Sun, 08 Feb 2009 22:41:37 -0800 (PST) In-Reply-To: <5186956f0902082052m43546a8dmb6d9a3ebf9685034@mail.gmail.com> References: <5186956f0902082052m43546a8dmb6d9a3ebf9685034@mail.gmail.com> Date: Mon, 9 Feb 2009 01:41:37 -0500 Message-ID: <6b6419750902082241i4a3204f3k42f5f8aa9c7e72f7@mail.gmail.com> Subject: Re: The Blog From: Patrick Aljord To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Feb 8, 2009 at 11:52 PM, Mister Donut wrote: > So. > > The blog. > > Store the comments inside the blog entry. > Bad idea, store comments in their own docs. > Great! Views, here I come! All problems solved! > > Wait. What if there are ten thousand comments. > Maybe we would like to count them! Sure, use the view to get all comments and specify count=0. > Pagination! > Let's see. We can implement forward and backward easily. > But this is getting really annoying if we want move fast. > Like, see comments starting from two weeks ago. Or posts! > Sadly, we cannot guess these dates. startkey, endkey and limit. > So, what exactly can you do with CouchDB? > Anything! > Sooner or later you'll have someone suggesting to implement... > ...bulk_save! It's already there. Make sure you read the docs and ask #couchdb, mailing list is good too.