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 2747E882D for ; Sun, 11 Sep 2011 11:30:18 +0000 (UTC) Received: (qmail 65992 invoked by uid 500); 11 Sep 2011 11:30:14 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 65601 invoked by uid 500); 11 Sep 2011 11:29:41 -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 65588 invoked by uid 99); 11 Sep 2011 11:29:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2011 11:29:33 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.27.42.1] (HELO smtp1-g21.free.fr) (212.27.42.1) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2011 11:29:23 +0000 Received: from [78.251.235.166] (unknown [78.251.235.166]) (Authenticated sender: aurelien.benel) by smtp1-g21.free.fr (Postfix) with ESMTPA id A42BA94011D for ; Sun, 11 Sep 2011 13:28:56 +0200 (CEST) Subject: Re: Writing a Bulletin Board References: <4E6C972A.70002@embedit.de> From: =?utf-8?Q?Aur=C3=A9lien_B=C3=A9nel?= Content-Type: text/plain; charset=utf-8 X-Mailer: iPod Mail (8L1) In-Reply-To: <4E6C972A.70002@embedit.de> Message-Id: <65C03448-3435-4B83-89CD-2B83F3D86797@utt.fr> Date: Sun, 11 Sep 2011 13:29:46 +0200 To: "user@couchdb.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (iPod Mail 8L1) X-Virus-Checked: Checked by ClamAV on apache.org > 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 thin= k storing them as different documents would be safer. Regards, Aur=C3=A9lien=