Introduction to Apache Cassandra™
Learn about Cassandra benefits and install your first Cassandra NoSQL database instance
Cassandra Query Language
Learn about the most essential data definition and data manipulation statements in Cassandra Query Language (CQL)
Apache Cassandra™ Keyspaces and Data Replication Strategies
Learn how to create a keyspace and select a data replication strategy for a Cassandra NoSQL database
Tables with Single-Row Partitions in Apache Cassandra™
Learn how to create tables that can only have one row per partition a Cassandra NoSQL database
Tables with Multi-Row Partitions in Apache Cassandra™
Learn how to create tables that can have many rows per partition for a Cassandra NoSQL database
Inserts, Updates, Deletes and Upserts in Apache Cassandra™
Learn how to insert, update, delete, and upsert data into tables in a Cassandra NoSQL database
Bulk Loading Large Datasets into Apache Cassandra™
Learn how to use the DSBulk utility to load data from CSV files into Cassandra NoSQL database tables
Queries in Apache Cassandra™
Learn how to retrieve data from Cassandra NoSQL database tables
Using Advanced Data Types in Apache Cassandra™
Learn about universally unique identifiers (UUIDs), collections, tuples, user-defined types (UDTs) and counters
Tunable Consistency in Apache Cassandra™ and Consistency Levels
Learn how to choose consistency levels for read and write operations in a Cassandra NoSQL database
Linearizable Consistency and Lightweight Transactions in Apache Cassandra™
Learn how and when to use lightweight transactions in a Cassandra NoSQL database
Atomicity and Batches in Apache Cassandra™
Learn how and when to use atomic batches in a Cassandra NoSQL database
Materialized Views in Apache Cassandra™
Learn how and when to use materialized views in a Cassandra NoSQL database
Using Secondary Indexes in Apache Cassandra™
Learn about secondary indexes (2i) and SSTable-attached secondary indexes (SASI) in Cassandra NoSQL database