From user-return-27078-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Tue Jun 19 00:44:13 2012 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 3EDBE9A7B for ; Tue, 19 Jun 2012 00:44:13 +0000 (UTC) Received: (qmail 90776 invoked by uid 500); 19 Jun 2012 00:44:11 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 90750 invoked by uid 500); 19 Jun 2012 00:44: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 90741 invoked by uid 99); 19 Jun 2012 00:44:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 00:44:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chris.burroughs@gmail.com designates 209.85.216.172 as permitted sender) Received: from [209.85.216.172] (HELO mail-qc0-f172.google.com) (209.85.216.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 00:44:03 +0000 Received: by qcsq13 with SMTP id q13so3827970qcs.31 for ; Mon, 18 Jun 2012 17:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=G+G1F+O18BsyBHFLNsNB0avrQLD6v9sn3jh3UYgukZM=; b=Tk6WWQ1/+k10J3/xUm5swHfoWQ2gcGIhWdY+L4f/TtP8qxvv0T0B8go2GjOzTF7ZPx ssRnCJTzHF36VPCB8BqUbhqyKURYBsFi5RjMLx3I9eb7JeST9gvxgxcLPKCdsbMStU19 GAS4f/LTTLLMo+fQw3CGFwBcanRav5HdjCYIIe9FA0iGQZEOJDgTobSEYuY0ktum3U9S 2lGf62fL0M06JKbmwOnzLLh+XrFva4b2Am0IeTXRDFxfpPqG9s1GGjomNxLy4O8hKN5e BYwXVz4oM7wL6I8izhJvKN5IrFQ9fzY4qqmPgq0PiaBk3DMKo5YubyO3KhVGxl9Q1Na2 8GPg== Received: by 10.224.177.201 with SMTP id bj9mr23233541qab.9.1340066622307; Mon, 18 Jun 2012 17:43:42 -0700 (PDT) Received: from [10.10.48.168] (cl-pat-tr.clearspring.com. [8.18.54.254]) by mx.google.com with ESMTPS id x14sm34620445qac.1.2012.06.18.17.43.40 (version=SSLv3 cipher=OTHER); Mon, 18 Jun 2012 17:43:41 -0700 (PDT) Message-ID: <4FDFCB3B.5050702@gmail.com> Date: Mon, 18 Jun 2012 20:43:39 -0400 From: Chris Burroughs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: user@cassandra.apache.org CC: Oleg Dulin Subject: Re: Row caching in Cassandra 1.1 by column family References: <1729597396361749625.681613oleg.dulin-gmail.com@news.gmane.org> In-Reply-To: <1729597396361749625.681613oleg.dulin-gmail.com@news.gmane.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Check out the "rows_cached" CF attribute. On 06/18/2012 06:01 PM, Oleg Dulin wrote: > Dear distinguished colleagues: > > I don't want all of my CFs cached, but one in particular I do. > > How can I configure that ? > > Thanks, > Oleg >