Distributed wide-column NoSQL database. Apache-2.0. Linear horizontal scale, multi-datacenter replication, eventual consistency with tunable levels. Used at scale by Netflix, Apple, Discord.
Apache Cassandra is the OSS distributed wide-column NoSQL database — Apache-2.0 license. Linear horizontal scale, multi-datacenter replication, eventual consistency with tunable levels. Production-tested at Netflix, Apple, Discord at hyperscale. Pick Cassandra for write-heavy workloads needing multi-DC replication + linear scale that no other DB matches.
Cassandra's multi-DC replication + tunable-consistency model creates a specific trust requirement: applications must understand the consistency level they're operating at. From a Trust Before Intelligence lens, this is the most architecturally honest of distributed DBs — explicit consistency choices per operation. The trade-off: complexity. Tunable consistency is a footgun if developers don't understand it. Production-deployed at hyperscale where the trade-off pays off.
Sub-10ms p95 reads at properly-sized cluster.
CQL — SQL-like wide-column query.
Role-based + per-keyspace. Cap rule applied.
Multi-DC, multi-cloud — strongest A among NoSQL.
Schema metadata. Cap rule applied.
nodetool + JMX + system_traces.
Audit log feature. 1/6 -> 3 lenient.
Mature observability ecosystem. 2/6 -> 4 lenient.
Hyperscale-tested A_goals. 5/6 -> 5.
1/6 -> 2.
Mature with tunable-consistency guarantees. 5/6 -> 5.
Best suited for
Compliance certifications
OSS Apache-2.0; DataStax Astra signs BAAs + SOC 2.
Use with caution for
Cockroach for distributed SQL with serializable. Cassandra for write-heavy + multi-DC.
View analysis →DynamoDB for AWS-managed simpler. Cassandra for self-hosted + multi-cloud.
View analysis →Role: L1 distributed wide-column NoSQL.
Upstream: CQL writes.
Downstream: CQL reads + nodetool + JMX.
Mitigation: Document required consistency level per operation. Code review gates. Test.
Mitigation: Test multi-DC failover. Document RTO/RPO.
Mitigation: Use Astra for compliance.
Cassandra's specialty.
Possible but Cassandra has competition (Druid, ClickHouse).
Postgres or Aurora simpler.
This analysis is AI-generated using the INPACT and GOALS frameworks from "Trust Before Intelligence." Scores and assessments are algorithmic and may not reflect the vendor's complete capabilities. Always validate with your own evaluation.