Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 14616 invoked from network); 1 Aug 2009 14:40:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 14:40:28 -0000 Received: (qmail 33288 invoked by uid 500); 1 Aug 2009 14:40:32 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 33268 invoked by uid 500); 1 Aug 2009 14:40:32 -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 33259 invoked by uid 99); 1 Aug 2009 14:40:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 14:40:32 +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 209.85.219.223 as permitted sender) Received: from [209.85.219.223] (HELO mail-ew0-f223.google.com) (209.85.219.223) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 14:40:24 +0000 Received: by ewy23 with SMTP id 23so2005448ewy.12 for ; Sat, 01 Aug 2009 07:40:03 -0700 (PDT) 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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jNCaNFf5trzZUb+TpZ6XCKB4qglFQLWjxeNT2xortPs=; b=ICs22ksQfyCrFcO9dK0vSz6bK+aCdaumgM2NZOLBqaby1W7Qw43SYsGvRIE5g0X2Vk xcRbBbiCToM3fwS8PD00vd+K4p0XAdyIWwMj4nMf/l5GaJkstgFszajJBp70a8CCLxO6 Nhhf/zcklEa3q0f9RJyqpjzTPEnvnFlzPWaKQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=OjLS+sL0qZw/8BY33KzJQ4MedmtB6pKCR/cZKuShDTJffGMy/5qpR/fut9gTe714kn sIh8YeAaDKwAhM1OKix0DYsdaAqV7uZpCPFaERXpnrUeRvp4hMaB9bZL1qkB7FCPc3mr 7//OkJDU9lr/vNoO1umm6cekMM0C2qJo/3oYs= MIME-Version: 1.0 Received: by 10.216.21.206 with SMTP id r56mr717874wer.110.1249137603042; Sat, 01 Aug 2009 07:40:03 -0700 (PDT) In-Reply-To: <70cd74010908010704t6aaf58f2o5c6ec9a519e0b62a@mail.gmail.com> References: <70cd74010908010704t6aaf58f2o5c6ec9a519e0b62a@mail.gmail.com> Date: Sat, 1 Aug 2009 09:40:03 -0500 Message-ID: Subject: Re: ColumnFamily config options From: Jonathan Ellis To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Aug 1, 2009 at 9:04 AM, Ivan Chang wrote: > Could someone points me to resources/examples how to use the config optio= ns > below: > > 1) Extending index at run time using the Index node > > =A0 > =A0=A0=A0 "/> > =A0 Index is an obsolete attribute. > 2) In Jonathan's blog example, what=A0are the CompareWith / > CompareSubcolumnsWith attrbutes, what are the possible values and what do > they do? > Is there documentation on this? Yes, in the sample configuration file in trunk. -Jonathan