Does Cassandra support sharding?

前端 未结 2 886
无人共我
无人共我 2021-02-12 10:45

Does Apache Cassandra support sharding?

Apologize that this question must seem trivial, but I cannot seem to find the answer. I have read that Cassandra was partially mo

2条回答
  •  春和景丽
    2021-02-12 11:02

    yes, cassandra supports sharding, but in its own way.

    In Mongodb each secondary node contains full data of primary node but in Cassandra, each secondary node has responsibility of keeping only some key partitions of data.

提交回复
热议问题