DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > Amazon Aurora vs. Apache Cassandra vs. CockroachDB

Vergleich der Systemeigenschaften Amazon Aurora vs. Apache Cassandra vs. CockroachDB

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon Aurora  Xaus Vergleich ausschliessenApache Cassandra  Xaus Vergleich ausschliessenCockroachDB  Xaus Vergleich ausschliessen
KurzbeschreibungFully managed relational database service built for the cloud providing unparalleled high performance and availability at global scale for MySQL, PostgreSQL, and DSQLWide-Column Store basierend auf Ideen von BigTable und DynamoDB infoOptimiert für schreibende ZugriffeCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.
Primäres DatenbankmodellRelational DBMSWide Column StoreRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
Vektor DBMS
Vektor DBMS infostarting with release V5
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte8,28
Rang#43  Overall
#27  Relational DBMS
Punkte102,58
Rang#11  Overall
#1  Wide Column Stores
Punkte4,02
Rang#68  Overall
#37  Relational DBMS
Websiteaws.amazon.com/­rds/­auroracassandra.apache.orgwww.cockroachlabs.com
Technische Dokumentationdocs.aws.amazon.com/­AmazonRDS/­latest/­AuroraUserGuide/­CHAP_AuroraOverview.html
docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­what-is-aurora-dsql.html
cassandra.apache.org/­doc/­latestwww.cockroachlabs.com/­docs
Social network pagesLinkedIn
EntwicklerAmazonApache Software Foundation infoApache Top Level Projekt, ursprünglich von Facebook entwickeltCockroach Labs
Erscheinungsjahr201520082015
Aktuelle VersionAurora DSQL, November 2024 (preview), PostgreSQL: docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraPostgreSQLReleaseNotes/­AuroraPostgreSQL.Updates.html , MySQL: docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraMySQLReleaseNotes/­AuroraMySQL.release-calendars.html5.0-rc1, Juli 202424.1.0, Mai 2024
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache Version 2Open Source infoApache 2.0, commercial license available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungssprachePostgreSQL/MySQL: C, C++, Aurora DSQL: RustJavaGo
Server BetriebssystemeAmazon LinuxBSD
Linux
OS X
Windows
Linux
macOS
Windows
Datenschemajaschemafreidynamic schema
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinnein
Sekundärindizesjaeingeschränkt infoNur Gleichheitsabfragen, nicht immer die performanteste Lösungja
SQL infoSupport of SQLyes, MySQL and PostgreSQL dialectsSQL-like SELECT, DML and DDL statements (CQL)yes, wire compatible with PostgreSQL
APIs und andere ZugriffskonzepteDSQL API: docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­CHAP_api_reference.html
MySQL wire protocol
PostgreSQL wire protocol
RDS Data API: docs.aws.amazon.com/­AmazonRDS/­latest/­UserGuide/­ProgrammingGuide.html
Proprietäres Protokoll infoCQL (Cassandra Query Language, eine SQL-ähnliche Abfragesprache)
Thrift
JDBC
Unterstützte ProgrammiersprachenAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Rust
Scheme
Tcl
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Server-seitige Scripts infoStored ProceduresPL/pgSQL, MySQL stored program language, APG trusted language extensionsneinnein
TriggersAurora MySQL: Yes. Aurora PostgreSQL: Yes. Aurora DSQL: No.janein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenDBMS table partitioning, Horizontal storage partitioning, Sharding, Distributed horizontal partitioning (DSQL)Sharding infokein "single point of failure"horizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFT
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenFull replication
Logical replication
Snapshot replication
Transactional replication
frei wählbarer Replikationsfaktor infoAbbildung von geographischer Verteilung der Server möglichMulti-source replication using RAFT
MapReduce infoBietet ein API für Map/Reduce Operationenneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate/Strong Consistency
Eventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID, Multi-statementnein infoAtomizität und Isolation innerhalb einzelner Operationen werden unterstütztACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten DatenmanipulationenMultiversion concurrency control (MVCC) with fully compatible MySQL and PostgreSQL options. Optimistic concurrency control (OCC) in Aurora DSQL.jaja
Durability infoDauerhafte Speicherung der DatenData is replicated across 3 Availability Zones (AZs) within a single AWS Region. Active-active multi-Region high availability across 3 Regions (2 active, 1 witness) and automated failover recovery with Aurora DSQL. Automated, continuous backup of data with point in time restore. Fault-tolerant, self-healing storage system.jaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinnein
Berechtigungskonzept infoZugriffskontrolleRole based permissions
Row level security
Zugriffsrechte für Benutzer auf einzelne Objekte definierbarRole-based access control
Weitere Informationen bereitgestellt vom Systemhersteller
Amazon AuroraApache CassandraCockroachDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» mehr
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» mehr
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» mehr
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» mehr
Market metricsApache Cassandra is used by 40% of the Fortune 100.
» mehr
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» mehr
Neuigkeiten

Spread the Love with DataStax this Valentine's Day!
10. Februar 2025

How to Build a Simple AI Agent with Langflow and Composio
6. Februar 2025

Knowledge Graphs: Do You Need One?
5. Februar 2025

AI Agents Are About to Blow Up the Business Process Layer
4. Februar 2025

How to Store a Knowledge Graph in a Database
30. Januar 2025

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Amazon AuroraApache CassandraCockroachDB
DB-Engines Blog Posts

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3. August 2015, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Simplify database authentication management with the Amazon Aurora PostgreSQL pg_ad_mapping extension
10. Februar 2025, AWS Blog

Amazon Aurora PostgreSQL Limitless Database is now generally available
31. Oktober 2024, AWS Blog

How Aqua Security exports query data from Amazon Aurora to deliver value to their customers at scale
29. Januar 2025, AWS Blog

Introducing Amazon Aurora DSQL | Amazon Web Services
3. Dezember 2024, AWS Blog

Introducing scaling up to 256 ACUs with Amazon Aurora Serverless v2
8. Oktober 2024, AWS Blog

bereitgestellt von Google News

Microsoft open sources PostgreSQL extensions to muscle in on NoSQL
11. Februar 2025, The Register

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6. September 2024, VentureBeat

Apache Cassandra survey highlights growing adoption for AI workloads
11. November 2024, Blocks and Files

Migrate Cassandra workloads to Amazon Keyspaces using CQLReplicator
4. September 2024, AWS Blog

Apache Software Foundation Announces Apache Cassandra® 5.0,
7. Oktober 2024, GlobeNewswire

bereitgestellt von Google News

Cockroach Labs shakes up its licensing to force bigger companies to pay
15. August 2024, TechCrunch

AI Meets Resilience: Cockroach Labs Intros CockroachDB 24.2
2. Oktober 2024, Channel Insider

CockroachDB scurries off to proprietary software land
23. August 2024, The Register

Now CockroachDB Ditches Open-Source License
20. August 2024, It's FOSS News

Cockroach Labs Signs Strategic Collaboration Agreement with AWS to Accelerate Modernization and GenAI Adoption
24. Oktober 2024, PR Newswire

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Präsentieren Sie hier Ihr Produkt