Skip to content

Instantly share code, notes, and snippets.

@posulliv
Created June 1, 2010 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save posulliv/420601 to your computer and use it in GitHub Desktop.
Save posulliv/420601 to your computer and use it in GitHub Desktop.
cluster_name: 'Drizzle Example Cluster'
auto_bootstrap: true
hinted_handoff_enabled: true
authenticator: org.apache.cassandra.auth.AllowAllAuthenticator
partitioner: org.apache.cassandra.dht.RandomPartitioner
data_file_directories:
- /u01/cassandra/data
seeds:
- 127.0.0.1
disk_access_mode: auto
concurrent_reads: 8
concurrent_writes: 32
sliced_buffer_size_in_kb: 64
storage_port: 7000
listen_address: localhost
rpc_address: localhost
rpc_port: 9160
thrift_framed_transport: false
snapshot_before_compaction: false
binary_memtable_throughput_in_mb: 256
memtable_flush_after_mins: 60
memtable_throughput_in_mb: 64
memtable_operations_in_millions: 0.3
flush_data_buffer_size_in_mb: 32
flush_index_buffer_size_in_mb: 8
column_index_size_in_kb: 64
row_warning_threshold_in_mb: 512
commitlog_directory: /u02/cassandra/commitlog
commitlog_rotation_threshold_in_mb: 128
commitlog_sync: periodic
commitlog_sync_period_in_ms: 10000
rpc_timeout_in_ms: 10000
gc_grace_seconds: 864000
endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
keyspaces:
- name: drizzle
replica_placement_strategy: org.apache.cassandra.locator.RackUnawareStrategy
replication_factor: 1
column_families:
- name: padraig
compare_with: BytesType
- name: sarah
compare_with: UTF8Type
read_repair_chance: 0.1
keys_cached: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment