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 1475 posts
Understanding the Impacts of the Native Transport Requests Change Introduced in Cassandra 3.11.5
1/27/2021
SummaryRecently, Cassandra made changes to the Native Transport Requests (NTR) queue behaviour. Through our performance testing, we found the new NTR change to be good for clusters that have a constan...
Apache Cassandra vs DynamoDB
In this post, we’ll look at some of the key differences between Apache Cassandra (hereafter just Cassandra) and DynamoDB.Both are distributed databases and have similar architecture, and both offer in...
Apache Cassandra 4.0 Beta Released
The beta release of Apache Cassandra 4.0 is finally here, it’s been two years in the making. We’ve had a preview release available to customers since March for testing. A wide range of improvements ha...
The things I hate about Apache Cassandra | Official Pythian® Blog
First, let me start by saying I do not hate Cassandra. I love Cassandra. In its place, Cassandra is a powerful tool designed well to scale to millions of operations per second over geographically dist...
Upgrading a Large Cassandra Cluster with cstar | Official Pythian® Blog
I recently did an upgrade of 200+ nodes of Cassandra across multiple environments sitting behind multiple applications using the cstar tool. We chose the cstar tool because, out of all automation opti...
scalar-labs/scalar-jepsen
Clone Jepsen repository Configure to mount scalar-jepsen directory by editing ${JEPSEN_ROOT}/docker/docker-compose.dev.yml like the following control: volumes: - ${JEPSEN_ROOT}:/jepsen ...
Jepsen: Cassandra
Previously on Jepsen, we learned about Kafka’s proposed replication design.Cassandra is a Dynamo system; like Riak, it divides a hash ring into a several chunks, and keeps N replicas of each chunk on ...
Testing Apache Cassandra with Jepsen: How to Understand and Produce Safe Distributed Systems - YouTube