Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "StorageConfiguration" page has been changed by JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=23&rev2=24 -------------------------------------------------- == "Where are my keyspaces?" == [[LiveSchemaUpdates]]. - You can load the config once by using: {{{ + You can load the schema once by using: {{{ bin/schematool HOST PORT import }}} = Config Overview = == per-Cluster (Global) Settings == + === authenticator === + org.apache.cassandra.auth.AllowAllAuthenticator + === auto_bootstrap === + false + === binary_memtable_throughput_in_mb === + 256 - === cluster_name === + === cluster_name === + Twissandra Cluster + === column_index_size_in_kb ==== + 64 + === commitlog_directory === + /var/lib/cassandra/commitlog + === commitlog_rotation_threshold_in_mb === + 128 + === commitlog_sync === + periodic + === commitlog_sync_period_in_ms === + 10000 + === concurrent_reads === + 8 + === concurrent_writes === + 32 + === data_file_directories === + LIST: {/var/lib/cassandra/data,} + === disk_access_mode === + auto + === dynamic_snitch === + false + === hinted_handoff_enabled === + true + === in_memory_compaction_limit_in_mb === + 256 + === listen_address === + localhost + === memtable_flush_after_mins === + 60 + === memtable_operations_in_millions === + 0.3 + === memtable_throughput_in_mb === + 64 + === partitioner === + org.apache.cassandra.dht.RandomPartitioner + === phi_convict_threshold === + 8 + === rpc_port === + 9160 + === rpc_timeout_in_ms === + 10000 + === seeds === + LIST {"127.0.0.1",} + === sliced_buffer_size_in_kb === + 64 + === snapshot_before_compaction === + false + === storage_port === + 7000 + === thrift_framed_transport_size_in_mb === + 15 by default. Setting this to 0 is how to denote using unframed transport. + === thrift_max_message_length_in_mb === + 16 + == per-Keyspace Settings == == per-ColumnFamily Settings == == per-Column Settings ==
