Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 26391 invoked from network); 25 Feb 2010 04:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 04:18:05 -0000 Received: (qmail 61126 invoked by uid 500); 25 Feb 2010 04:18:05 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 61102 invoked by uid 500); 25 Feb 2010 04:18:05 -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 61094 invoked by uid 99); 25 Feb 2010 04:18:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 04:18:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 04:17:58 +0000 Received: by wyf28 with SMTP id 28so1506971wyf.6 for ; Wed, 24 Feb 2010 20:17:37 -0800 (PST) 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 :from:date:message-id:subject:to:content-type; bh=XhFQcV2UYwa7Ee3XmToaW3EgxlQhxoYcx17OO5krVUE=; b=CsrCVoDEJvNfol5MqyICaKSmhSX0q6asNxZZ2xaium8IDF/Vlv6bw4Up9FNJVR+pvK bx4lQloOtS+0jyxu19fP1sMAIgDRBlmJcYRN/bYPaueDIscIvk2Nm6Liy+cDUwoRm4G/ ds/oJSwmDsJuLjlk2tgoBtcFoq4ApmnTlHgWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=Q9HZwjeu/vscnvZEIHXPeQOkcWWywlSuyoqKqWgNV+KBXPcoIlUMywaJJqzU9I2NFt M7+gfpntd3YrUYbm6SuVvruRwKHdgeZ9bH/ZQ1AfoeNIIKXOYJpKd0ojIpKGkeFJ4w5b 2jbqr0QFWJUgI/kEazCRSUkYQ3o1psBPXN0Ak= MIME-Version: 1.0 Received: by 10.216.87.208 with SMTP id y58mr420700wee.30.1267071457112; Wed, 24 Feb 2010 20:17:37 -0800 (PST) In-Reply-To: References: <5f7770581002161028s21c54cdfk846e2c973d06aaf6@mail.gmail.com> <5f7770581002201047o460920eaof123002783fcfbb9@mail.gmail.com> From: Jonathan Ellis Date: Wed, 24 Feb 2010 22:17:17 -0600 Message-ID: Subject: Re: cassandra freezes To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 24, 2010 at 8:46 PM, Santal Li wrote: > BTW: Somebody in my team told me, that if the cassandra managed data was too > huge( >15x than heap space) , will cause performance issues, is this true? It really has more to do with what your hot data set is, than absolute size. Once any system becomes i/o bound because the hot set can't be cached in os buffers, you're going to be in trouble, there's nothing magic about that. :) -Jonathan