Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 78560 invoked from network); 4 Jun 2009 00:49:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 00:49:08 -0000 Received: (qmail 72254 invoked by uid 500); 4 Jun 2009 00:49:20 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 72234 invoked by uid 500); 4 Jun 2009 00:49:20 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 72225 invoked by uid 99); 4 Jun 2009 00:49:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 00:49:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.219.215 as permitted sender) Received: from [209.85.219.215] (HELO mail-ew0-f215.google.com) (209.85.219.215) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 00:49:08 +0000 Received: by ewy11 with SMTP id 11so780624ewy.19 for ; Wed, 03 Jun 2009 17:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xIG1tNQCjeHw+jiNQBrabwFmP4cH5xK6zV7Cnsxn1YA=; b=IPFCHTM8moQ3bVp/fgghJ0Lb3tQPt3z+xE+T8jvBj7YRomFX2Y0Cy0hGc6WPefUcI2 3o3jof5wTluNLoj3CROgqNbJfReQLflOXQKpInwA2YWTnd2KQwNO8t7Tf4OhlkViGKoK kz78N6MmLzDGWrreoihqR+M3+qfiF69aIVKYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=i6iQBC4RPs8Y0+TYrsbWb4IXc9chPumLmvEY0Wvuk95Yi/WnfWr1PalRbydJcfa/Ci Xej7ilvfbEsqJid2Y6MoZzmOzswERtb6c+eQotSrCpSzDBl9RXIIgK3fjNf8+9h8haG8 fqMUJ62iF9q92/So3jnnS59NEn5DLPfio9IfA= MIME-Version: 1.0 Received: by 10.216.8.79 with SMTP id 57mr531540weq.202.1244076527531; Wed, 03 Jun 2009 17:48:47 -0700 (PDT) In-Reply-To: <7d6b50690906031744k413796ffud2c573f03d86f287@mail.gmail.com> References: <7d6b50690906030106v62a04babr7d59140ac10ffe3d@mail.gmail.com> <7d6b50690906031744k413796ffud2c573f03d86f287@mail.gmail.com> Date: Wed, 3 Jun 2009 19:48:47 -0500 Message-ID: Subject: Re: cassandra's performance? From: Jonathan Ellis To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Cassandra is not designed to work memory-only. It's designed designed to use disk for durability and to accommodate using large sets of data, letting the OS use memory as a huge cache for that. For typical data use patterns (where a relatively small amount is "hot") this will be a much better use of hardware than memory-only. On Wed, Jun 3, 2009 at 7:44 PM, lichun li wrote: > Thank you! > The "how fast is it" section says:"In a nutshell, Cassandra is much > faster than relational databases, and much slower than memory-only > systems or systems that don't sync each update to disk." > Can Cassandra work in a memory-only mode? Can it be done by just > changing configuration? > > On Wed, Jun 3, 2009 at 10:38 PM, Jonathan Ellis wrote= : >> We're basically in a roll-your-own benchmark state. =A0Johan can >> probably give some pointers: >> http://blog.oskarsson.nu/2009/05/vpork.html. =A0Also see the "how fast >> is it" section here: >> http://spyced.blogspot.com/2009/05/cassandra-03-release-candidate-and.ht= ml >> >> -Jonathan >> >> On Wed, Jun 3, 2009 at 3:06 AM, lichun li wrote: >>> I can't find cassandra's performance data, such as throughput. Does >>> anyone know where to find these data? >>> >>> -- >>> Sincerely yours, >>> >>> Lichun Li >>> Mobile Life New Media Lab, BUPT >>> >> > > > > -- > Sincerely yours, > > Lichun Li > Mobile Life New Media Lab, BUPT >