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 5757272B2 for ; Thu, 11 Aug 2011 18:38:57 +0000 (UTC) Received: (qmail 5583 invoked by uid 500); 11 Aug 2011 18:38:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 4868 invoked by uid 500); 11 Aug 2011 18:38:54 -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 4860 invoked by uid 99); 11 Aug 2011 18:38:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 18:38:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of johnlicheng@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 18:38:46 +0000 Received: by gyc15 with SMTP id 15so2252892gyc.11 for ; Thu, 11 Aug 2011 11:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=heGNakDnJSO9xvXWNFQZCosMAE5EhYzq70iHoGQ6OTM=; b=NU4DTJwaRKuQmWV/20IaD2jrDgdykwloemT2ADnXOmJelRyZg5RjMoSrlt05QIkFhj 1w/SKBe6DTMwLONYINvLkwCkpgsN0pCWjadVybUkF5C0m5r9SqwgjAL/eoWKUiSRk3pj g3+j1UwNtd2ARakBI/kbJ5LPn4TnMVho4ZMDA= Received: by 10.100.18.33 with SMTP id 33mr9041642anr.128.1313087906069; Thu, 11 Aug 2011 11:38:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.225.16 with HTTP; Thu, 11 Aug 2011 11:38:06 -0700 (PDT) In-Reply-To: References: From: John Cheng Date: Thu, 11 Aug 2011 11:38:06 -0700 Message-ID: Subject: Re: CouchDB performance To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6464e3a333ede04aa3f1acc X-Virus-Checked: Checked by ClamAV on apache.org --0016e6464e3a333ede04aa3f1acc Content-Type: text/plain; charset=ISO-8859-1 On Thu, Aug 11, 2011 at 11:02 AM, Alexander Shorin wrote: > Hi, John! > > Regarding couchdb-python there is opened issue about insert performance: > http://code.google.com/p/couchdb-python/issues/detail?id=193 > Suddenly, nothing serious could be done there, but you may take a look > at PyCurl solution and solution using raw sockets instead of httplib > module. > > Thanks, I'll explore doing some performance evaluation using Java. Although I'd have to say it'll be hard to prototype something in a couple of days like I could with Python. --0016e6464e3a333ede04aa3f1acc--