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 1409 posts
Garbage Collection Tuning for Apache Cassandra
12/19/2019
This is our second post in our series on performance tuning with Apache Cassandra. In the first post, we examined a fantastic tool for helping with performance analysis, the flame graph. We specifical...
Data modeling for NoSQL databases: MongoDB, Neo4j, DynamoDB, Avro, Hive, Couchbase, Cosmos DB, Elasticsearch, HBase, Cassandra, MarkLogic, Firebase, Firestore<
for NoSQL databases, REST APIs, and data formats Schema design for: Document: MongoDB, Couchbase, Elasticsearch, Google Fireb...
KDM
An automated big data modeling tool for Apache Cassandra that dramatically simplifies and streamlines database design.Try KDMKDM IntroUsing KDM for automated data modeling in Cassandra to support a di...
Cassandra Tutorial
Email this Post Email 8171 This tutorial gives you an overview and talks about t...
Apache Cassandra, Part 6: Time Series Modelling
Consider a scenario where we have weather data coming in from various weather stations and we have to store key value pairs of time and temperature against each station.Cassandra supports up to 2 Bill...
Apache Cassandra, Part 7: Secondary Index, Replication, and Tips
Feb 10, 2018 · 2 min readThis series of posts present an introduction to Apache Cassandra. It discusses key Cassandra features, its core concepts, how it works under the hood, how it is different from...
Apache Cassandra, Part 5: Data Modelling with Examples
Data modelling in Cassandra revolves around two goals:Spread data evenly among partitions.A read query should (ideally) hit only a single partition.Often you will find yourself in scenarios, and as yo...