Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 cassandra 2.0
根据文档, cassandra 使用散列基于主键跨节点(在集群中)分布列族数据。但是如果我的列族没有任何主键,那么 cassandra 将如何跨节点分发列族数据?
所有 Cassandra 表(列族)都必须有一个主键。
引用CQL3文档:
在表中,行由其 PRIMARY KEY(或更简单的键)唯一标识,因此所有表定义都必须定义一个 PRIMARY KEY(并且只有一个)