Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 17566 invoked from network); 13 Oct 2010 12:21:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 12:21:46 -0000 Received: (qmail 64727 invoked by uid 500); 13 Oct 2010 12:21:44 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 64699 invoked by uid 500); 13 Oct 2010 12:21: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 64691 invoked by uid 99); 13 Oct 2010 12:21:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 12:21:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a50.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 12:21:35 +0000 Received: from homiemail-a50.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a50.g.dreamhost.com (Postfix) with ESMTP id 7CE296F806B for ; Wed, 13 Oct 2010 05:21:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; q=dns; s= thelastpickle.com; b=HrMc6I3nBbkGl7mAJRs3Ieu4Ad2x43v5XJxFihN9d8j qT9J7cM4H+PeV6ov2NmKYO/XdKfiHwfst7Szect5aDMmYxEsJ87EEFWVXDEDb5pp NoI1CAWqctRqhJcGmKIU/L3NSmN+eis85l9F50CuHDJI50LQDh89bFZ6MN+Dvkf4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= thelastpickle.com; bh=vCkQ/QyzNSIjT+LtfeEFlwZUEOM=; b=cThJnhrs/+ 0qrS6RIqof1KgzYQPAF8UpI+ZO4a4zmvzAC6Xa6+80qKHsVvQZg585gfZxdzYAhL FlKCgB/YNByzXOmz9YpEsYZ4GYuGvb21e8p0vDsL2pQ2cw7bZiXOR//A1xiyfjOC juyLOOzGGi+8az7WWDjxCxhvFAn6H+r6M= Received: from [10.0.1.155] (121-73-157-230.cable.telstraclear.net [121.73.157.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a50.g.dreamhost.com (Postfix) with ESMTPSA id 3020A6F8065 for ; Wed, 13 Oct 2010 05:21:13 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Help on dynamic creation of CF From: aaron morton In-Reply-To: Date: Thu, 14 Oct 2010 01:21:07 +1300 Content-Transfer-Encoding: quoted-printable Message-Id: <3EAC431D-0DFD-4D29-9C38-356F929B9A47@thelastpickle.com> References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1081) Yes, dynamic schema changes are only supported under 0.7* But, generally your app should not need to make CF's on the fly as they = take up resources. Make to many and blamo.=20 Are you sure you need to do this? Aaron On 13 Oct 2010, at 18:44, gagandip Singh wrote: > I am also new to the Cassandra world but I think that is not possible = on 0.6 > version. This is feature is provided in 0.7 version which is in beta = right > now. You can download it from Cassandra site. >=20 > Thanks, > Gagan >=20 > On Wed, Oct 13, 2010 at 11:05 AM, Wicked J = wrote: >=20 >> Hi, >> I'm using Cassandra v0.6.4 and wondering how can my app. dynamically = create >> Column Families? >>=20 >> Thanks! >>=20