Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 81765 invoked from network); 16 Sep 2010 13:49:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 13:49:46 -0000 Received: (qmail 8208 invoked by uid 500); 16 Sep 2010 13:49:44 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 8118 invoked by uid 500); 16 Sep 2010 13:49:42 -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 8109 invoked by uid 99); 16 Sep 2010 13:49:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 13:49:41 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gdusbabek@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 13:49:35 +0000 Received: by wwe15 with SMTP id 15so377074wwe.25 for ; Thu, 16 Sep 2010 06:49:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:content-type; bh=zu5pEHgmUDvDZED4ziOcmt+2zzhOPwx6rQz3GmBpZfw=; b=k1T+56z4HAEm6le0EXOovC3CLM1MyLn9Doaq4R1iwWHQDsl2lr7btI03PW+YvDZhRu GMxG0lGoGG51qi+Gnoky14pVusB7SorKmzo+m/mtCGHufnH1rxvhuSlYF03p7sHJ83p9 hcx+TpV4t2M7Mo1/8HO/bT+/3sXa54hyp6H2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=u5g/mYj4f/khRoLIiQvGnEywLyGZSVqJRp39vgsVPOuFgH4VEQJ7m5zDYQk6Xh4WQQ YOitDPLHA5CfKFD36qLO0qPz9bBIdrnuFOyvMnB15hW8gMsb7x3oQPROU/+9mRv0KNPl /ooZ2EWGvlADCl7KJ52mFXuefoItUin9vQUOc= MIME-Version: 1.0 Received: by 10.216.7.78 with SMTP id 56mr6636254weo.96.1284644954272; Thu, 16 Sep 2010 06:49:14 -0700 (PDT) Received: by 10.216.237.231 with HTTP; Thu, 16 Sep 2010 06:49:14 -0700 (PDT) Reply-To: gdusbabek@gmail.com In-Reply-To: References: Date: Thu, 16 Sep 2010 08:49:14 -0500 Message-ID: Subject: Re: 0.7 live schema updates From: Gary Dusbabek To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 beta-2 will include the ability to set these values and others. Look for the system_update_column_family() and system_update_keyspace() methods. Gary. On Thu, Sep 16, 2010 at 02:38, Marc Canaleta wrote: > Hi! > I like the new feature of making live schema updates. You can add, drop and > rename columns and keyspaces via thrift, but how do you modify column > attributes like key_cache_size or rows_cached? > Thank you.