Skip to content

Instantly share code, notes, and snippets.

@alienrobotwizard
Created May 27, 2010 23:16
Show Gist options
  • Save alienrobotwizard/416501 to your computer and use it in GitHub Desktop.
Save alienrobotwizard/416501 to your computer and use it in GitHub Desktop.
<Keyspace Name="UserIDCache">
<KeysCachedFraction>0.01</KeysCachedFraction>
<ColumnFamily CompareWith="UTF8Type" Name="UserID"/>
<ColumnFamily CompareWith="UTF8Type" Name="UserSearchID"/>
<ColumnFamily CompareWith="UTF8Type" Name="UserScreenName"/>
<ReplicaPlacementStrategy>org.apache.cassandra.locator.RackUnawareStrategy</ReplicaPlacementStrategy>
<ReplicationFactor>1</ReplicationFactor>
<EndPointSnitch>org.apache.cassandra.locator.EndPointSnitch</EndPointSnitch>
</Keyspace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment