DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > CockroachDB vs. MariaDB vs. YugabyteDB

Vergleich der Systemeigenschaften CockroachDB vs. MariaDB vs. YugabyteDB

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenMariaDB  Xaus Vergleich ausschliessenYugabyteDB  Xaus Vergleich ausschliessen
KurzbeschreibungCockroachDB 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.Open source RDBMS, das zu MySQL anwendungskompatibel ist und zusätzliche Features wie Hochverfügbarkeit, Security, Interoperabilität und Performanceverbesserungen aufweist. Mit MariaDB ColumnStore bietet es auch eine spaltenorientierte storage engineHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primäres DatenbankmodellRelational DBMSRelational DBMSRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte6,69
Rang#64  Overall
#35  Relational DBMS
Punkte96,87
Rang#13  Overall
#9  Relational DBMS
Punkte3,97
Rang#97  Overall
#48  Relational DBMS
Websitewww.cockroachlabs.commariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.yugabyte.com
Technische Dokumentationwww.cockroachlabs.com/­docsmariadb.com/­kb/­en/­librarydocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
EntwicklerCockroach LabsMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoDer Lead Developer Monty Widenius ist der ursprüngliche Autor von MySQL
Yugabyte Inc.
Erscheinungsjahr20152009 infoFork of MySQL, which was first released in 19952017
Aktuelle Version23.1.1, Mai 202310.11.3, Mai 20232.18, Mai 2023
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availableOpen Source infoGPL Version 2, kommerzielle Enterpriselizenz verfügbarOpen Source infoApache 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CockroachDB: A cloud-native, distributed SQL database designed for speed, scale, and survival. Get started for free today with a fully-managed CockroachDB cluster -- leave operations behind and get your app to market faster.SkySQL (The Ultimate MariaDB Cloud): The first and only DBaaS to bring the full power of MariaDB Platform to the cloud, combining powerful enterprise features and world-class support with unrivaled ease of use and groundbreaking innovation.YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
ImplementierungsspracheGoC und C++C und C++
Server BetriebssystemeLinux
macOS
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
OS X
Datenschemadynamic schemaja infoDynamic Columns werden unterstütztdepending on used data model
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, XSLTneinjanein
Sekundärindizesjajaja
SQL infoSupport of SQLyes, wire compatible with PostgreSQLja infomit proprietären Erweiterungenyes, PostgreSQL compatible
APIs und andere ZugriffskonzepteJDBCADO.NET
JDBC
ODBC
Proprietäres native API
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Go
Java
JavaScript (Node.js)
Python
Ruby
Server-seitige Scripts infoStored Proceduresneinja infoseit Version 10.3 auch PL/SQL kompatibelja infosql, plpgsql, C
Triggersneinjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal 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 RAFTHorizontale Partitionierung, ShardingHash and Range Sharding, row-level geo-partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTMulti-Source Replikation
Source-Replica Replikation
Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyStrong consistency on writes and tunable consistency on reads
Fremdschlüssel inforeferenzielle Integritätjaja infonicht für MyISAM Storage Engineja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infonicht für MyISAM Storage EngineDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjaja infonicht für In-Memory Storage Engineja infobased on RocksDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja infowith MEMORY storage enginenein
Berechtigungskonzept infoZugriffskontrolleRole-based access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardja
Weitere Informationen bereitgestellt vom Systemhersteller
CockroachDBMariaDBYugabyteDB
Specific characteristicsCockroachDB is a cloud-native, distributed SQL database architected for modern applications....
» mehr
MariaDB fully managed cloud service SkySQL is a second generation cloud database...
» mehr
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» mehr
Competitive advantages- EFFORTLESS SCALE: Scale your applications, not operational complexity. CockroachDB...
» mehr
Second generation cloud database service, SkySQL MariaDB plc is focused on delivering...
» mehr
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» mehr
Typical application scenariosSystem of record (financial ledger, inventory management, transaction record), identity...
» mehr
Web, SaaS and Cloud operational applications that require high availability, scalability...
» mehr
Systems of record and engagement for cloud native applications that require resilience,...
» mehr
Key customersComcast, DoorDash, Mythical Games, Norfolk Southern, LUSH, Bose, Shipt, Bitski, Five9,...
» mehr
Deutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» mehr
Market metrics10K+ long-running clusters 25K+ CockroachDB self-hosted clusters 75K+ CockroachDB...
» mehr
MariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» mehr
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» mehr
Licensing and pricing models- Apache 2.0 for core features released up to and including the 19.1 release - Time-limited...
» mehr
MariaDB plc subscriptions cover our free, open source database, Community Server,...
» mehr
Apache 2.0 license for the database
» mehr
Zugehörige Produkte und Dienstleistungen
DrittanbieterNavicat for MariaDB provides a native environment for MariaDB database management and development.
» 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
CockroachDBMariaDBYugabyteDB
DB-Engines Blog Posts

MariaDB strengthens its position in the open source RDBMS market
5. April 2018, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2017
2. Januar 2018, Paul Andlinger, Matthias Gelbmann

Big gains for Relational Database Management Systems in DB-Engines Ranking
2. Februar 2016, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

CockroachDB now supports Microsoft Azure, multiregion deployments
16. Mai 2023, InfoWorld

MariaDB's Xpand offers PostgreSQL compatibility without the forking drama
10. Mai 2023, The Register

Database Futures with a Cockroach Labs Co-Founder
27. Januar 2023, Datanami

Finleap goes cloud-native with the help of CockroachDB
23. März 2023, SiliconANGLE News

CockroachDB brings user-defined functions to distributed SQL
8. Dezember 2022, TechTarget

bereitgestellt von Google News

MariaDB Ushers in New Era with Paul O'Brien as CEO, Unveils ...
31. Mai 2023, Datanami

MariaDB Brings Its Vision to Life at OpenWorks 2023, Making ...
9. Mai 2023, Business Wire

MariaDB CEO: People who want things free also want to have very nice vacations
16. Mai 2023, The Register

MariaDB Health Checks Plugin Now Available on WordPress.org
24. Mai 2023, WP Tavern

MariaDB Announces New Management Appointments | Business ...
30. Mai 2023, Galveston County Daily News

bereitgestellt von Google News

Yugabyte Is the First Distributed SQL Database to Be Named a CSA ...
11. Mai 2023, Business Wire

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
26. Mai 2023, Reseller News

Obsidian Systems to host Yugabyte CTO
5. Mai 2023, ITWeb

Yugabyte Releases YugabyteDB Voyager to Accelerate Cloud ...
1. Februar 2023, Business Wire

Yugabyte Announces Speaker Lineup for Third Annual Distributed ...
21. März 2023, Business Wire

bereitgestellt von Google News

Jobangebote

Backend Engineer, Managed Datastores
Render, San Francisco Bay Area, CA

Full Stack Web Developer
Game Changer Studio LLC, Remote

AWS DevOps Engineer
Intone Networks, Plano, TX

NodeJs Developer
FalconSmartIT, Dover, DE

Java Software Engineer III
JPMorgan Chase Bank, N.A., Jersey City, NJ

Customer Success Engineer
Greenwing Technology, Remote

Junior Programmer
Valor Paytech, Jericho, NY

Jr Software Engineer
Convr, Schaumburg, IL

Software Engineer (Remote-US)
Gnostech, Remote

PTAN Data Migration Specialist
Pushpay, Redmond, WA

Azure Data Administrator
Intone Networks, Remote

Database Administrator - NoSQL
General Motors, Warren, MI

Modernization Architect
YugabyteDB, Remote

Software Engineer, Database - Languages & Relational Technologies
YugabyteDB, Remote

Principal Cloud Engineer - Data Platforms
Fidelity Investments, Durham, NC

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Präsentieren Sie hier Ihr Produkt