What's the difference between creating a table and creating a columnfamily in Cassandra?

前端 未结 5 1462
情书的邮戳
情书的邮戳 2021-02-03 20:59

I need details from both performance and query aspects, I learnt from some site that only a key can be given when using a columnfamily, if so what would you suggest for

5条回答
  •  温柔的废话
    2021-02-03 21:27

    Refer the document: https://cassandra.apache.org/doc/old/CQL-3.0.html

    It specifies that the LRM of the CQL supports TABLE keyword wherever COLUMNFAMILY is supported.

    This is a proof that TABLE and COLUMNFAMILY are synonyms.

提交回复
热议问题