Apache Cassandra Review
Not like any other database(nosql), Casandra is a p2p or decentralization colum based NoSQL.
And because of this very type, it’s necessary to talk about its Design of Storage Model(column family), Read-Write Strategy(includes consistent hash).