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
Cassandra information using nodetool | Official Pythian® Blog
4/25/2021
Cassandra nodetool provides several types of commands to manage your Cassandra cluster. See my previous post about Cassandra nodetool for an orientation to the types of things you can do with this hel...
nosan/embedded-cassandra
4/16/2021
Getting StartedEmbedded Cassandra provides an easy way to start and stop Apache Cassandra.To learn more about Embedded Cassandra, please consult the reference documentation.All versions of Embedded...
Anant/example-cassandra-alpakka-twitter
4/9/2021
This project is a Scala application which uses Alpakka Cassandra 2.0, Akka Streams and Twitter4S (Scala Twitter Client) to pull new Tweets from Twitter for a given hashtag (or set of hashtags) using T...
Apache Cassandra Lunch #33: Cassandra Deployment - Ansible and Terraform with Cassandra - Business Platform Team
4/8/2021
In case you missed it, this blog post is a recap of Cassandra Lunch #33, covering automation for Cassandra deployment. We discuss using Terraform and Ansible to set up the infrastructure for and handl...
Cassandra – Fixing blocked Native Transport Requests
4/2/2021
In our production Cassandra cluster (At the time of this post was DSE 5.1.18), we were seeing the Total Blocked count for the stat Native-transport-requests increasing regularly on each node. The Nati...
Get Rid of Read Repair Chance
3/25/2021
Apache Cassandra has a feature called Read Repair Chance that we always recommend our clients to disable. It is often an additional ~20% internal read load cost on your cluster that serves little purp...
Basic Rules of Cassandra Data Modeling
3/24/2021
For more recent data modeling content, check out the sample data models in the Data Modeling By Example learning series, as well as our Data Modeling in Apache Cassandra™ whitepaper. Picking the righ...
Cassandra Performance: The Most Comprehensive Overview You’ll Ever See
Apache Cassandra obviously can’t tell the future. It can only enable you to organize data storage (or at least make it as organized as it can get in a distributed system). But how good is Cassandra at...