Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 22150 invoked from network); 28 Mar 2011 10:53:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 10:53:38 -0000 Received: (qmail 84686 invoked by uid 500); 28 Mar 2011 10:53:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 84658 invoked by uid 500); 28 Mar 2011 10:53:36 -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 84650 invoked by uid 99); 28 Mar 2011 10:53:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 10:53:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of olafura@olafura.com designates 69.89.21.8 as permitted sender) Received: from [69.89.21.8] (HELO oproxy3-pub.bluehost.com) (69.89.21.8) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 28 Mar 2011 10:53:29 +0000 Received: (qmail 29603 invoked by uid 0); 28 Mar 2011 10:53:09 -0000 Received: from unknown (HELO host301.hostmonster.com) (74.220.215.101) by oproxy3.bluehost.com with SMTP; 28 Mar 2011 10:53:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=olafura.com; h=MIME-Version:In-Reply-To:References:From:Date:Message-ID:Subject:To:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=iQfXkstkHLXR7R/0xu24wzwWdpy5s9A7FWY+opV1we6uzqIgZBpLRt3cnffaYHXGpqUTygsx9xq4+fM18e7OwCm61Yns6b9r2qN/04bFp66u0/6KgJPneJpjQUDgE8T1; Received: from mail-qw0-f52.google.com ([209.85.216.52]) by host301.hostmonster.com with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.69) (envelope-from ) id 1Q4A4L-0005VV-20 for user@couchdb.apache.org; Mon, 28 Mar 2011 04:53:09 -0600 Received: by qwb8 with SMTP id 8so2521784qwb.11 for ; Mon, 28 Mar 2011 03:53:08 -0700 (PDT) Received: by 10.229.206.42 with SMTP id fs42mr3125689qcb.150.1301309588183; Mon, 28 Mar 2011 03:53:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.236.138 with HTTP; Mon, 28 Mar 2011 03:52:48 -0700 (PDT) In-Reply-To: References: From: Olafur Arason Date: Mon, 28 Mar 2011 10:52:48 +0000 Message-ID: Subject: Re: massive write with couchdb To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Identified-User: {3624:host301.hostmonster.com:olafurac:olafura.com} {sentby:smtp auth 209.85.216.52 authed with olafurac} I would use the bulk update interface so you would have some mechanism to send the updates after X amount of updates or X amount of time. That way you would get better throughput. You can also try Redis. Regards, Olafur Arason On Sun, Mar 27, 2011 at 05:33, Dan Tran wrote: > Hello, > > I am interesting in having couchdb to massively receive syslog data > inform of key/value pairs. =A0This also means once written, we dont > change the record again. Wonders if Couchdb is the right solution? =A0If > not, what is better out in nosql space? > > Thanks for all advices > > -D >