Data modeling in Cassandra: design for your queries
Forget normalization. In Cassandra you model one table per query, choose partition keys carefully and keep partitions bounded.
#data-modeling#nosql#schema-design
Tanishk · 8 min

Wide-column database
Masterless, linearly scalable wide-column store.
A distributed wide-column database designed for high write throughput and multi-datacenter availability, with tunable consistency and query-first data modeling.
Forget normalization. In Cassandra you model one table per query, choose partition keys carefully and keep partitions bounded.
#data-modeling#nosql#schema-design
In this article we will learn how to install Cassandra on a Windows machine.
#windows
In this article you will learn about Cassandra and its Data Model.
#data-modeling#scalability