Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 28655 invoked from network); 29 Mar 2011 17:10:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 17:10:54 -0000 Received: (qmail 45720 invoked by uid 500); 29 Mar 2011 17:10:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45587 invoked by uid 500); 29 Mar 2011 17:10:52 -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 45579 invoked by uid 99); 29 Mar 2011 17:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 17:10:52 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nebupookins@gmail.com designates 209.85.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-yx0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 17:10:46 +0000 Received: by yxe1 with SMTP id 1so227793yxe.11 for ; Tue, 29 Mar 2011 10:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=4Mdfl/LWk+40kqEmPG86YeOwsIzpzM2LTj+NGs1FA7k=; b=ATgRkqhwyJyTzVuE0ldoFhzfxglpEyI4QGd8vGTXVzvRS1M3ZdC3Qgm/3X0k6JivoK oFEedddDO64yw3eHoVmyMGyokWQPQJLN7fVa/Opp7BCSFHts7G0nSKxo67zjJdSUv8UE 9EtSJqNHEC/JaLTmrZQs5/HS1gFHug08WqXVU= 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; b=G+a60x0KxRW1wQTEY7m/yRYJBedrCbFuFq/+nBcrQw0ewSMFVhPIrwW9LPbHuzE+BX OESQE9HaGT78EdiVSVE1qA7APjNB0cQqLshKNapqqdKKbsRKKp5fFoKVK8a+NdF8hboz Zx83mGulyKtw+R55Gtq8+8xE9mKBucfI/6fEw= MIME-Version: 1.0 Received: by 10.101.10.3 with SMTP id n3mr1044287ani.158.1301418625313; Tue, 29 Mar 2011 10:10:25 -0700 (PDT) Received: by 10.100.163.18 with HTTP; Tue, 29 Mar 2011 10:10:25 -0700 (PDT) In-Reply-To: References: <4D8BCD50.8080003@gmail.com> <4D8DDF4B.8010108@gmail.com> <4D911CC3.4040203@gmail.com> Date: Tue, 29 Mar 2011 13:10:25 -0400 Message-ID: Subject: Re: Question about validator functions and replication From: Nebu Pookins To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 On Tue, Mar 29, 2011 at 10:41 AM, Robert Newson wrote: > so presumably this just uses couchdb us a dumb store, since you won't > be able to compute views over this data? It's a good question, and all the more reason perhaps this functionality needs to be included as part of the core of CouchDB. - Nebu