Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 86141 invoked from network); 4 Apr 2009 07:04:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2009 07:04:49 -0000 Received: (qmail 20341 invoked by uid 500); 4 Apr 2009 07:04:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 20245 invoked by uid 500); 4 Apr 2009 07:04: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 20235 invoked by uid 99); 4 Apr 2009 07:04:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 07:04:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of howachen@gmail.com designates 209.85.217.162 as permitted sender) Received: from [209.85.217.162] (HELO mail-gx0-f162.google.com) (209.85.217.162) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 07:04:41 +0000 Received: by gxk6 with SMTP id 6so3303833gxk.11 for ; Sat, 04 Apr 2009 00:04:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=BXly8k5C6Eq6iZpHnxK4khQ64I+fz4lu4YUJH13ERuU=; b=E/jNReHGqfY3mbsKzxnvfYBIBcg6uGMrlkI3oQQlHdD5QFOEUysEQ+29MqZbPIw5fZ 1NFz3OndWoJrSE/TNBjOCgcdYXk0mdRZs2D4zIjdt8gVORey+qt84Jx2F4nLYRL6Zn5j jXH5LWfGiSt0/mBzl790T3eZJbGhgADqH6abY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DZr02CMz3awaEnfCcwqsWTMrNUlqkRkEofzmuTRfaYdyjjtuhvY8r/G/ghnogpIHQ2 dswxpfPmEqiYXFeTHm+/2BQyYdIhXo+98oiPZZ494dHeRPI6oC+p45fZRK1Ht8curoH6 PVxMGivQXL1NdNnSZSwZvjGNbfsfa3UddRvSM= MIME-Version: 1.0 Received: by 10.90.53.5 with SMTP id b5mr1273571aga.34.1238828660005; Sat, 04 Apr 2009 00:04:20 -0700 (PDT) Date: Sat, 4 Apr 2009 15:04:19 +0800 Message-ID: Subject: Some basic couchdb questions From: howard chen To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Some quick questions: 1. How many DB can be created in a single couchdb server? 2. Are there any length limit on key & value of a document? 3. WIll there be max. number of documents? 4. I found that when inserting large ammount of rows into couchdb, it is quite slow (e.g. due to UTF-8 conversion, due to HTTP call...etc), are there any way to improve? Thanks.