0
点赞
收藏
分享

微信扫一扫

Cassandra笔记

微言记 2022-07-27 阅读 30


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 条评论