A Cassandra keyspace is sort of like a relational database. It defines one or more column
families, which are very roughly analogous to tables in the relational world.
create keyspace MyKeyspace with replication_factor=1
Cassandra笔记
阅读 31
2022-07-27
A Cassandra keyspace is sort of like a relational database. It defines one or more column
families, which are very roughly analogous to tables in the relational world.
create keyspace MyKeyspace with replication_factor=1
相关推荐
精彩评论(0)