You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/08/17 23:03:26 UTC

svn commit: r986484 - /cassandra/trunk/conf/cassandra.yaml

Author: jbellis
Date: Tue Aug 17 21:03:25 2010
New Revision: 986484

URL: http://svn.apache.org/viewvc?rev=986484&view=rev
Log:
add example CF using 2ary indexes.  patch by jbellis

Modified:
    cassandra/trunk/conf/cassandra.yaml

Modified: cassandra/trunk/conf/cassandra.yaml
URL: http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra.yaml?rev=986484&r1=986483&r2=986484&view=diff
==============================================================================
--- cassandra/trunk/conf/cassandra.yaml (original)
+++ cassandra/trunk/conf/cassandra.yaml Tue Aug 17 21:03:25 2010
@@ -291,3 +291,9 @@ keyspaces:
           column_type: Super
           compare_with: LongType
           comment: 'A column family with supercolumns, whose column names are Longs (8 bytes)'
+
+        - name: Indexed1
+          column_metadata:
+            - name: birthdate
+              validator_class: LongType
+              index_type: KEYS