Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 53 posts
Data Modelling Recommended Practices - Instaclustr
7/24/2018
Item Rational Schema Is it properly denormalised? Does it require multiple queries to fetch information, or could the table just include info from the other table? Is there potential to consolidate d...
Learn Cassandra Data Modeling with Simple Example
7/17/2018
Although Cassandra query language resembles with SQL language, their data modelling methods are totally different. In Cassandra, a bad data model can degrade performance, especially when users try to ...
Basic Rules of Cassandra Data Modeling
4/21/2017
Picking the right data model is the hardest part of using Cassandra. If you have a relational background, CQL will look familiar, but the way you use it can be very different. The goal of this post ...
Synthetic Sharding with Cassandra. Or How To Deal With Large Partitions.
4/14/2017
Extremely overdue that I write this down as it’s a common problem, and really applies to any database that needs to scale horizontally, not just Cassandra.Problem StatementGood partition keys are not ...
Storing time series data with Apache Cassandra
2/15/2017
Storing time series data with Apache Cassandra Upcoming SlideShare Loading in …5× Show More No DownloadsNo ...