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
ansible-collections/community.cassandra
3/19/2021
This collection called cassandra aims at providing all Ansible modules allowing to interact with Apache Cassandra.As this is an independent Collection, it can be released on it's own release cadan...
Courses and scenarios authored by DataStax | Katacoda
3/17/2021
Change Avatar In order to change your avatar, you are required to place the desired avatar.png file within the assets/ directory at the base of your profile's configured git repository. Fo...
Cassandra Architecture Tutorial | Simplilearn
3/15/2021
Welcome to the third lesson ‘Cassandra Architecture.’ of the Apache Cassandra Certification Course. This lesson will provide an overview of the Cassandra architecture.Let us begin with the objectives ...
Out in the Open: The Abandoned Facebook Tech That Now Helps Power Apple
3/13/2021
Mark Zuckerberg and company open sourced Cassandra in the summer 2008, and it helped kick off the now enormous NoSQL movement, along with other databases like CouchDB and MongoDB. Rackspace hired Elli...
Why Distributed SQL Beats Polyglot Persistence for Building Microservices? - The Distributed SQL Blog
3/8/2021
MongoDB vs Cassandra vs RDBMS, where do they stand in the CAP theorem?
Bikas KatwalSep 28, 2019·9 min readIn this article, I will talk about the CAP theorem and where these most used databases stand in the CAP theorem and a bit about these systems.CAP stands for Consiste...
How I Tune Cassandra Compaction
3/4/2021
Feb 6, 2016·4 min readNo benchmarks to back this up today, but I’ve done lots of them in the past and perhaps it’s time as a community we can drill down on these numbers more in a scientific set of te...
Perform a full table scan with Apache Cassandra · Nicholas Blair
16 Feb 2017In this post I’ll talk about a technique for performing the equivalent of the following query with Apache Cassandra:select * from mytable; Now, in general, this is a bad idea. Apache Cassan...