Have a question or want live help from a DataStax engineer? Let's chat.
Can't find what you're looking for? Try searching other guides
Documentation for developers and administrators on configuring, and using the features and capabilities of Apache Cassandra.
An overview of new features in Apache Cassandra.
Cassandra Query Language (CQL) is the default and primary interface into the Cassandra DBMS.
Important topics for understanding Cassandra.
Vital information about successfully deploying a Cassandra cluster.
Various installation methods.
Topics for deploying a cluster.
Topics for securing Cassandra.
Topics about the Cassandra database.
Configuration topics.
Operation topics.
Cassandra backs up data by taking a snapshot of all on-disk data files (SSTable files) stored in the data directory.
Topics for Cassandra tools.
A command line interface for managing a cluster.
Cassandra start-up parameters can be run from the command line (in Tarball installations) or specified in the cassandra-env.sh file (Package or Tarball installations).
A Java-based stress testing utility for basic benchmarking and load testing a Cassandra cluster.
Tools for using, upgrading, and changing Cassandra SSTables.
The sstableexpiredblockers utility will reveal blocking SSTables that prevent an SSTable from dropping.
The sstablekeys utility dumps table keys.
The sstablelevelreset utility will reset the level to 0 on a given set of SSTables.
Provides the ability to bulk load external data into a cluster, load existing SSTables into another cluster with a different number of nodes or replication strategy, and restore snapshots.
The sstablemetadata utility prints metadata about a specified SSTable.
The sstableofflinerelevel utility relevels SSTables.
The sstablerepairedset utility will reset the level to 0 on a given set of SSTables.
An offline version of nodetool scrub. It attempts to remove the corrupted parts while preserving non-corrupted data.
Use this tool to split SSTables files into multiple SSTables of a maximum designated size.
Upgrade the SSTables in the specified table or snapshot to match the currently installed version of Cassandra.
Converts the on-disk SSTable representation of a table into a JSON formatted document.
Converts a JSON representation of a table (aka column family) to a Cassandra usable SSTable format.
Reference topics.
Solutions for migrating from other databases.
How to find the Apache Cassandra release notes.