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
Search key of big partition in cassandra
2/17/2023
asked Nov 4, 2016 at 11:02crakcrak 1,60511 gold badge1717 silver badges3333 bronze badges3 Answers 3answered Jan 27, 2017 at 16:25kikulikovkikulikov 2,49244 gold badges2828 silver badges4343 bronze ba...
Apache Cassandra Data Partitioning
IntroductionWhen using Apache Cassandra a strong understanding of the concept and role of partitions is crucial for design, performance, and scalability. This blog covers the key information you need ...
Dealing with Large Spark Partitions
One of the biggest issues with working with Spark and Cassandra is dealing with large Partitions. There are several issues we need to overcome before we can really handle the challenge well. I’m going...
Data Modeling in Cassandra and Astra DB - NLJUG - Nederlandse Java User Group
9/22/2022
Generated byFeedzy Wij gebruiken cookies om te zorgen dat je de best mogelijke ervaring krijgt op onze website. De gegevens verkregen door de cookies worden niet gedeeld met derden.Oké, ik ga akkoordN...
7 mistakes when using Apache Cassandra
4/7/2022
Photo by Sarah Kilian on UnsplashApache Cassandra is one of the most popular NoSQL databases. It offers great performance and scalability without sacrificing availability. It has no Single Point of Fa...
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...
Impacts of many tables in a Cassandra data model
1/12/2021
As Apache Cassandra consultants, we get to review a lot of data models. Best practices claim that the number of tables in a cluster should not exceed one hundred. But we rarely see proper benchmarks e...
Apache Cassandra Collections and Tombstones
Jeremy HannaOct 30, 2020·4 min readLong ago Apache Cassandra added collections as a data type. That is, list, set, and map are supported native data types. Collections have evolved and improved over t...