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 0F9FAD97D for ; Fri, 24 Aug 2012 08:52:24 +0000 (UTC) Received: (qmail 72649 invoked by uid 500); 24 Aug 2012 08:52:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 72138 invoked by uid 500); 24 Aug 2012 08:52:18 -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 72104 invoked by uid 99); 24 Aug 2012 08:52:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 08:52:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 207.97.245.171 is neither permitted nor denied by domain of julian.goacher@innerfunction.com) Received: from [207.97.245.171] (HELO smtp171.iad.emailsrvr.com) (207.97.245.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 08:52:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp37.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id C2CFF3B02FB for ; Fri, 24 Aug 2012 04:51:48 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp37.relay.iad1a.emailsrvr.com (Authenticated sender: julian.goacher-AT-innerfunction.com) with ESMTPSA id 78F113B01EF for ; Fri, 24 Aug 2012 04:51:48 -0400 (EDT) Message-ID: <503740A2.6010300@innerfunction.com> Date: Fri, 24 Aug 2012 09:51:46 +0100 From: Julian Goacher User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Attachments per document X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Is there anything worth knowing about the maximum number of attachments on a document (rather than the total size of attachments). I assume there's no hard limit, but is there an upper bound beyond which it's not a good idea to go? Or what kinds of factors kick in as the attachment count increases? Thanks, j/