Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 59857 invoked from network); 26 Jul 2010 19:24:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jul 2010 19:24:12 -0000 Received: (qmail 32000 invoked by uid 500); 26 Jul 2010 19:24:11 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 31844 invoked by uid 500); 26 Jul 2010 19:24:10 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 31836 invoked by uid 99); 26 Jul 2010 19:24:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 19:24:10 +0000 X-ASF-Spam-Status: No, hits=4.3 required=10.0 tests=RCVD_IN_BRBL_LASTEXT,RCVD_IN_PSBL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bill@dehora.net designates 207.7.108.242 as permitted sender) Received: from [207.7.108.242] (HELO chilco.textdrive.com) (207.7.108.242) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 19:24:03 +0000 Received: from [192.168.1.8] (unknown [79.97.75.92]) by chilco.textdrive.com (Postfix) with ESMTP id 450F2DD6B7 for ; Mon, 26 Jul 2010 19:23:41 +0000 (UTC) Subject: Re: Cassandra Horizontal Scalability From: Bill de =?ISO-8859-1?Q?h=D3ra?= Reply-To: bill@dehora.net To: user@cassandra.apache.org In-Reply-To: <428803.96244.qm@web65709.mail.ac4.yahoo.com> References: <387977.33632.qm@web65713.mail.ac4.yahoo.com> <428803.96244.qm@web65709.mail.ac4.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 26 Jul 2010 20:23:38 +0100 Message-ID: <1280172218.5487.18.camel@dehora-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Initially, try running stress.py against your servers. That will help eliminate pelops as the issue. Also, some more detail on your setup wouldn't hurt, 1300 anything a second is low. Is the TPS reads or writes, or a mix? What's the column family structure? Is the data large (eg are you writing binary files)? How many client processes are you running? What are the server configurations? How much data are nodes carrying? What does the output of ./nodetool cfstats say? What version of cassandra are you running? Are there errors in the server logs? Bill On Mon, 2010-07-26 at 09:26 -0700, SSam wrote: > > I have fully separated gigabit private subnet. > I am using pelops cassandra java client with 150 client pool. > > > > ______________________________________________________________________ > From: Paul Prescod > To: user@cassandra.apache.org > Sent: Mon, July 26, 2010 12:21:06 PM > Subject: Re: Cassandra Horizontal Scalability > > There are a lot of variables that go into a proper benchmark. The > bottleneck could be in many different places. > > > How many client threads are you using? What kind of network? > > On Mon, Jul 26, 2010 at 8:29 AM, SSam wrote: > > From Cassandra Website: > * Elastic > > Read and write throughput both increase linearly as > new machines are added, with no downtime or > interruption to applications. > > > I am testing TPS with Cassandra cluster. > Initially I have tested with one node cluster , got 1300 > TPS, > added another node and I got 1200 TPS with 2 node cluster. > TPS supposed to increase with every additional node. I am > not sure what I am doing wrong? Any suggestions on Cassandra > Scalability? > > Thanks, > Sam. > > > > > > > >