Sign in
apache
/
cassandra
/
5a53c36515e5f29982458c9a09f3f900d4ac20a4
/
.
/
doc
/
modules
/
cassandra
/
examples
/
RESULTS
/
autoexpand_ks.result
blob: fcc8855e4befb8614c3912e1da379e53482d212a [
file
] [
log
] [
blame
]
CREATE KEYSPACE excalibur WITH replication
=
{
'class'
:
'NetworkTopologyStrategy'
,
'DC1'
:
'3'
,
'DC2'
:
'3'
}
AND durable_writes
=
true
;