Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82AA89699 for ; Fri, 18 Nov 2011 23:16:29 +0000 (UTC) Received: (qmail 96520 invoked by uid 500); 18 Nov 2011 23:16:27 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 96492 invoked by uid 500); 18 Nov 2011 23:16:27 -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 96484 invoked by uid 99); 18 Nov 2011 23:16:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 23:16:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 23:16:23 +0000 Received: by eyg24 with SMTP id 24so4693854eyg.31 for ; Fri, 18 Nov 2011 15:16:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=2jFi23LonpcVAcX5jrQSNM4IFQylHqbvp+6csZWFq6U=; b=QIbUzzb/hu1IlxdORYkBXLGu0Kzye4z3RXNU6EeAXkiav5a3vAkPEqU+b4pwm4wjOC j3ROQN98sIth80EfoFZ7W0eBn2q0NcQgRRJ+CpAuNtn1KDghl4dypaIpIyTdj9JRHy5B JJYmiUJehCE2ZleMbjiz1Q4Wz+MtlFqCRb2t0= Received: by 10.14.9.22 with SMTP id 22mr427393ees.86.1321658160140; Fri, 18 Nov 2011 15:16:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.108.136 with HTTP; Fri, 18 Nov 2011 15:15:39 -0800 (PST) In-Reply-To: References: From: Jonathan Ellis Date: Fri, 18 Nov 2011 17:15:39 -0600 Message-ID: Subject: Re: ParNew and caching To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No i/o? No sstable counts going up in cfhistograms? Is the heap so full you're experiencing GC pressure that way? On Fri, Nov 18, 2011 at 3:46 PM, Todd Burruss wrote: > Ok, I figured something like that. =A0Switching to > ConcurrentLinkedHashCacheProvider I see it is a lot better, but still > instead of the 25-30ms response times I enjoyed with no caching, I'm > seeing 500ms at 100% hit rate on the cache. =A0No old gen pressure at all= , > just ParNew crazy. > > More info on my use case is that I am picking 50 columns from the 70k. > Since the whole row is in the cache, and no copying from off-heap nor dis= k > buffers, seems like it should be faster than non-cache mode. > > More thoughts :) --=20 Jonathan Ellis Project Chair, Apache Cassandra co-founder of DataStax, the source for professional Cassandra support http://www.datastax.com