Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 45813 invoked from network); 6 Aug 2009 23:58:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 23:58:34 -0000 Received: (qmail 4972 invoked by uid 500); 6 Aug 2009 23:58:41 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 4879 invoked by uid 500); 6 Aug 2009 23:58:40 -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 4869 invoked by uid 99); 6 Aug 2009 23:58:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 23:58:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of merz.online@gmail.com designates 209.85.221.180 as permitted sender) Received: from [209.85.221.180] (HELO mail-qy0-f180.google.com) (209.85.221.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 23:58:31 +0000 Received: by qyk10 with SMTP id 10so1286931qyk.13 for ; Thu, 06 Aug 2009 16:58:10 -0700 (PDT) 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; bh=AU7AJpour6Nu8A55RoTUfgyc6/YIt08lcqLAGP7lqh4=; b=S3/5XuIxAggyPM+5FTt2T9ys5uSexKC6+dFVcAfM0a9GAB5Ssu0OsBle/3O+b+hLCi 2PNh/EblSRaa2ETwbYknGvDx997yS5dAU9l+KDyFtcRZdwD5XjEv4Y1aU4PXsGtAhV0R Fp9oSmfE/TZ12iGSbb4DaGwmLQCEh3OD0U0FY= 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=wsoGgKmqnphOUyjO8t+VbOKLUNElK4nxnJqQ+dVk3YdyFrXDIgKTJcLVaFv0BRDfkY 2XvxrxZ7hCLgyABaXPnVZbGSdwewapUGrcp4q/vFC8Y+D2fzU510Mrv8NE6xvUdRT3XZ V2MRlGvbs8BxT0wG5ZdIatE2kQOmK9ELqaGDU= MIME-Version: 1.0 Received: by 10.224.28.207 with SMTP id n15mr641629qac.2.1249603090456; Thu, 06 Aug 2009 16:58:10 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Aug 2009 09:58:10 +1000 Message-ID: Subject: Re: stale document references From: william cinnebar To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0015175cb556512b14047081e4a1 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cb556512b14047081e4a1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit hehe On Thu, Aug 6, 2009 at 7:11 PM, william cinnebar wrote: > > "Singleton" documents (like a master >> list of all employees and their projects in one document) are too >> denormalized, because the chances of 2 users editing them at the same >> time are too high. On the other hand, completely normalized would mean >> you'd have to load lots of documents to make any sensible screens in >> your application. > > > > still a little confused: > > do you mean denormalized in terms of couchdb/json documents or denormalized > in terms of rdbms/sql data? > > also do you mean normalized in terms of couchdb/json documents or > normalized in terms of rdbms/sql data? > > ... > --0015175cb556512b14047081e4a1--