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 779DC89B9 for ; Sun, 11 Sep 2011 11:53:16 +0000 (UTC) Received: (qmail 77266 invoked by uid 500); 11 Sep 2011 11:53:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 76856 invoked by uid 500); 11 Sep 2011 11:52:47 -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 76837 invoked by uid 99); 11 Sep 2011 11:52:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2011 11:52:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [85.13.133.98] (HELO dd10624.kasserver.com) (85.13.133.98) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2011 11:52:30 +0000 Received: from [192.168.1.3] (dslb-088-069-125-146.pools.arcor-ip.net [88.69.125.146]) by dd10624.kasserver.com (Postfix) with ESMTPSA id 840281E40DBA for ; Sun, 11 Sep 2011 13:52:09 +0200 (CEST) Message-ID: <4E6CA0E8.8080609@embedit.de> Date: Sun, 11 Sep 2011 13:52:08 +0200 From: Markus Burrer User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20110906 Thunderbird/7.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Writing a Bulletin Board References: <4E6C972A.70002@embedit.de> <65C03448-3435-4B83-89CD-2B83F3D86797@utt.fr> In-Reply-To: <65C03448-3435-4B83-89CD-2B83F3D86797@utt.fr> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Am 11.09.2011 13:29, schrieb Aurélien Bénel: >> I want to write a simple Bulletin Board with CouchDB (and Python). What >> is more reasonable? Create a document for each post or create one thread >> document and store all posts in this doc? > I suppose there is a high probability for concurrent posts, therefore I think storing them as different documents would be safer. > Ok, but than I need different documents for thread and post, because I need different informations for threads and posts. Or do you think it's better to put the thread informations into the first post doc? Regards Markus