Author: jbellis
Date: Thu Apr  8 15:49:08 2010
New Revision: 931979

URL: http://svn.apache.org/viewvc?rev=931979&view=rev
Log:
add super3 CF with Long column names.  patch by Ted Zlatanov; reviewed by 
jbellis for CASSANDRA-964

Modified:
    cassandra/trunk/conf/storage-conf.xml

Modified: cassandra/trunk/conf/storage-conf.xml
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/conf/storage-conf.xml?rev=931979&r1=931978&r2=931979&view=diff
==============================================================================
--- cassandra/trunk/conf/storage-conf.xml (original)
+++ cassandra/trunk/conf/storage-conf.xml Thu Apr  8 15:49:08 2010
@@ -121,6 +121,10 @@
                     RowsCached="10000"
                     KeysCached="50%"
                     Comment="A column family with supercolumns, whose column 
and subcolumn names are UTF8 strings"/>
+      <ColumnFamily Name="Super3"
+                    ColumnType="Super"
+                    CompareWith="LongType"
+                    Comment="A column family with supercolumns, whose column 
names are Longs (8 bytes)"/>
 
       <!--
        ~ Strategy: Setting this to the class that implements


Reply via email to