Sha256: ebf1cb8198be9d670d133b1ac29cfff9ce6e689f62b043ed3cbb9f37e2045205
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
create keyspace CassandraQueueInfo with placement_strategy = LocalStrategy and strategy_options = [{replication_factor : 1}]; use CassandraQueueInfo; create column family StringQueue with column_type = Standard and comparator = TimeUUIDType and default_validation_class = UTF8Type and key_validation_class = UTF8Type and memtable_operations = 0.0328125 and memtable_throughput = 7 and memtable_flush_after = 1440 and rows_cached = 0.0 and row_cache_save_period = 0 and keys_cached = 200000.0 and key_cache_save_period = 14400 and read_repair_chance = 1.0 and gc_grace = 864000 and min_compaction_threshold = 4 and max_compaction_threshold = 32 and replicate_on_write = true and row_cache_provider = 'ConcurrentLinkedHashCacheProvider'; create column family BytesQueue with column_type = Standard and comparator = TimeUUIDType and default_validation_class = BytesType and key_validation_class = UTF8Type and memtable_operations = 0.0328125 and memtable_throughput = 7 and memtable_flush_after = 1440 and rows_cached = 0.0 and row_cache_save_period = 0 and keys_cached = 200000.0 and key_cache_save_period = 14400 and read_repair_chance = 1.0 and gc_grace = 864000 and min_compaction_threshold = 4 and max_compaction_threshold = 32 and replicate_on_write = true and row_cache_provider = 'ConcurrentLinkedHashCacheProvider';
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cassandra-queue-0.0.1 | cassandra-cli.cass |