Skip to content

Instantly share code, notes, and snippets.

@groupdock
Created October 27, 2010 19:55
Show Gist options
  • Save groupdock/649825 to your computer and use it in GitHub Desktop.
Save groupdock/649825 to your computer and use it in GitHub Desktop.
Sinandra's Cassandra Storage Conf
<Keyspaces>
<Keyspace Name="sinandra">
<ColumnFamily CompareWith="BytesType" Name="BlogEntries"/>
<ColumnFamily CompareWith="TimeUUIDType" Name="TaggedPosts"/>
<ColumnFamily CompareWith="UTF8Type" Name="Lists"/>
<ColumnFamily CompareWith="TimeUUIDType" Name="Archives"/>
<ColumnFamily CompareWith="TimeUUIDType" Name="Comments"
CompareSubcolumnsWith="BytesType" ColumnType="Super"/>
</Keyspace>
</Keyspaces>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment