It should be creatted dinamicly, But you can import yaml declaration once
throw JMX
To create dynamicly you can use cassandra-cli
Here some example of use it
create keyspace test_1;
use test_1;
create column family value with replication_factor=1 and
column_type='Standard' and comparator='AsciiType' and rows_cached=0.5 and
key_cache_size=4000000;
2010/10/30 zangds <zangds@ihep.ac.cn>
> Should it be defined in cassandra.yaml?
> Or, create it on dynamic?
>
> 2010-10-30
> ------------------------------
> zangds
>
|