Changes between Version 2 and Version 3 of jazz/Cassandra
- Timestamp:
- Jan 24, 2018, 9:54:20 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Cassandra
v2 v3 17 17 cqlsh> source '/tmp/db_schema.cql' 18 18 }}} 19 19 * 查詢 Replication Factor 20 {{{ 21 cqlsh> SELECT keyspace_name,strategy_options FROM system.schema_keyspaces; 22 23 keyspace_name | strategy_options 24 ---------------+---------------------------- 25 system_traces | {"replication_factor":"2"} 26 }}}