Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 62478 invoked from network); 23 Feb 2010 17:33:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 17:33:57 -0000 Received: (qmail 68671 invoked by uid 500); 23 Feb 2010 17:33:56 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 68652 invoked by uid 500); 23 Feb 2010 17:33:56 -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 68470 invoked by uid 99); 23 Feb 2010 17:33:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 17:33:56 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevincastiglione@gmail.com designates 209.85.217.224 as permitted sender) Received: from [209.85.217.224] (HELO mail-gx0-f224.google.com) (209.85.217.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 17:33:47 +0000 Received: by gxk24 with SMTP id 24so2633858gxk.7 for ; Tue, 23 Feb 2010 09:33:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=VmBUv45N3RquhwyHOu/dbZVoDEvirSg0Ry5Pugu29Y0=; b=nu7GipXRhhIcK+idF2vM1IPIvPTJapFEK1vc6vxHdoKSWJhTyUZH6xG+Oe5qUMiEcx XpxNftZ0Mmu/S8cOTnlIgT83LOqLNGI/MJPzN5ygtMcd6DDLH/QKw2oC1MUta9Jjr0gq eC22LzXE0sQ33QhU96BBklmcJV4KDG50Gpwzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=rwW02Kq253ASWVxXLHnFltcA2j3uYV+1B/QTcnM2Xl6rCbLe2/aEKuDpDIPEf8wkm8 u2u2P3+OzgfPWf5XiUeZ9P5DaRLQGw3g+/ajmIMQIIMu81VZ6zrIy+SSG3TZ5gBhg7bp tqCPAjxxQ4dUDEAn8uSpNeVh7pvhAnwRDZXfg= MIME-Version: 1.0 Received: by 10.101.175.38 with SMTP id c38mr3958919anp.40.1266946406081; Tue, 23 Feb 2010 09:33:26 -0800 (PST) From: kevin Date: Tue, 23 Feb 2010 09:33:06 -0800 Message-ID: Subject: reads are slow To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=001636c5bc6a7be4f3048047f208 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5bc6a7be4f3048047f208 Content-Type: text/plain; charset=ISO-8859-1 to load 100 columns of a super column it takes over a second. how to improve this performance. i am using cassandra 0.5 version. output of nodeprobe info 29814395632524962303611017038378268216 Load : 9.18 GB Generation No : 1266945238 Uptime (seconds) : 638131 Heap Memory (MB) : 47.55 / 10237.94 the full config file is here http://pastie.org/838916 I have given 10GB RAM in cassandra.in.sh. -Xmx10G \ i have increased KeysCachedFraction to 0.04. i have two different drives for commitlog and data directoy. i have about 3 million rows. what can i do to improve read speed? thanks a lot! --001636c5bc6a7be4f3048047f208 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable to load 100 columns of a super column it takes over a second. how to improv= e this performance.


i am using cassandra 0.5 version.

out= put of nodeprobe info
29814395632524962303611017038378268216
Load=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : 9.18 GB
Generation No=A0=A0=A0 : 1266945238
Uptime (seconds) : 638131
Heap Me= mory (MB) : 47.55 / 10237.94

the full config file is here
http://pastie.org/838916

I have gi= ven 10GB RAM in cassandra.in.sh.
=A0=A0=A0=A0=A0=A0=A0 -Xmx10G \
i have increased KeysCachedFraction to 0= .04. i have two different drives for commitlog and data directoy.
i have= about 3 million rows.
what can i do to improve read speed?
thanks a = lot!
--001636c5bc6a7be4f3048047f208--