About 50 results
Open links in new tab
  1. Apache Cassandra | Apache Cassandra Documentation

    What is Apache Cassandra? Apache Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance. …

  2. Apache Cassandra | Apache Cassandra Documentation

    Oct 29, 2025 · You can start Cassandra with sudo service cassandra start and stop it with sudo service cassandra stop. However, normally the service will start automatically. For this reason be sure to …

  3. Apache Cassandra | Apache Cassandra Documentation

    Cassandra is a NoSQL distributed database. By design, NoSQL databases are lightweight, open-source, non-relational, and largely distributed. Counted among their strengths are horizontal …

  4. Welcome to Apache Cassandra’s documentation! | Apache Cassandra ...

    Welcome to Apache Cassandra’s documentation! This is the official documentation for Apache Cassandra. If you would like to contribute to this documentation, you are welcome to do so by …

  5. Apache Cassandra | Apache Cassandra Documentation

    Read through the Cassandra Basics to learn main concepts and how Cassandra works at a high level. To understand Cassandra in more detail, head over to the Docs. Browse through the Case Studies …

  6. Overview | Apache Cassandra Documentation

    Apache Cassandra powers mission-critical deployments with improved performance and unparalleled levels of scale in the cloud.

  7. Overview | Apache Cassandra Documentation

    Apache Cassandra was designed as a best-in-class combination of both systems to meet emerging large scale, both in data footprint and query volume, storage requirements. As applications began to …

  8. Apache Cassandra | Apache Cassandra Documentation

    Apache Cassandra® 5.0: Moving Toward an AI-Driven Future Cassandra 5.0 is coming soon! We are excited about the upcoming availability of Apache Cassandra 5.0, the project’s major release for 2023!

  9. Getting Started | Apache Cassandra Documentation

    This section covers how to get started using Apache Cassandra and should be the first thing to read if you are new to Cassandra.

  10. Introduction | Apache Cassandra Documentation

    Cassandra partitions data over the storage nodes using a variant of consistent hashing for data distribution. Hashing is a technique used to map data with which given a key, a hash function …