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

DBMS > CockroachDB vs. Dgraph vs. H2 vs. MySQL vs. Warp 10

Vergleich der Systemeigenschaften CockroachDB vs. Dgraph vs. H2 vs. MySQL vs. Warp 10

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenDgraph  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenMySQL  Xaus Vergleich ausschliessenWarp 10  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.Verteiltes, skalierbares Graph DBMSFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Weit verbreitetes, allgemein einsetzbares Open Source RDBMSTimeSeries DBMS specialized on timestamped geo data based on LevelDB or HBase
Primäres DatenbankmodellRelational DBMSGraph DBMSRelational DBMSRelational DBMS infoKey/Value Zugriff über memcached APITime Series DBMS
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,74
Rang#67  Overall
#36  Relational DBMS
Punkte1,39
Rang#155  Overall
#15  Graph DBMS
Punkte7,57
Rang#47  Overall
#30  Relational DBMS
Punkte1029,49
Rang#2  Overall
#2  Relational DBMS
Punkte0,06
Rang#351  Overall
#35  Time Series DBMS
Websitewww.cockroachlabs.comdgraph.iowww.h2database.comwww.mysql.comwww.warp10.io
Technische Dokumentationwww.cockroachlabs.com/­docsdgraph.io/­docswww.h2database.com/­html/­main.htmldev.mysql.com/­docwww.warp10.io/­content/­02_Getting_started
EntwicklerCockroach LabsDgraph Labs, Inc.Thomas MuellerOracle infoseit 2010, ursprünglich MySQL AB, danach SunSenX
Erscheinungsjahr20152016200519952015
Aktuelle Version24.1.0, Mai 20242.2.220, Juli 20239.0.0, Juli 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availableOpen Source infoApache 2.0Open Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoGPL Version 2. Kommerzielle Lizenzen mit erweiterter Funktionalität sind verfügbar.Open Source infoApache License 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheGoGoJavaC und C++Java
Server BetriebssystemeLinux
macOS
Windows
Linux
OS X
Windows
Alle Betriebssysteme mit einer Java VMFreeBSD
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Datenschemadynamic schemaschemafreijajaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinjanein
Sekundärindizesjajajajanein
SQL infoSupport of SQLyes, wire compatible with PostgreSQLneinjaja infomit proprietären Erweiterungennein
APIs und andere ZugriffskonzepteJDBCGraphQL query language
gRPC (using protocol buffers) API
HTTP API
JDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietäres native API
HTTP API
Jupyter
WebSocket
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-seitige Scripts infoStored ProceduresneinneinJava Stored Procedures and User-Defined Functionsja infoproprietäre Syntaxja infoWarpScript
Triggersneinneinjajanein
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 RAFTjakeinehorizontale Partitionierung, Sharding mit MySQL Cluster oder MySQL FabricSharding infobasierend auf HBase
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTSynchronous replication via RaftWith clustering: 2 database servers on different computers operate on identical copies of a databaseMulti-Source Replikation
Source-Replica Replikation
frei wählbarer Replikationsfaktor infobasierend auf HBase
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency infobasierend auf HBase
Fremdschlüssel inforeferenzielle Integritätjaneinjaja infonicht für MyISAM Storage Enginenein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACIDACID infonicht für MyISAM Storage Enginenein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajayes, multi-version concurrency control (MVCC)ja infoTable Locks oder Row Locks abhängig von Storage Engineja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjajaja
Berechtigungskonzept infoZugriffskontrolleRole-based access controlnein infoPlanned for future releasesBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder RollenMandatory use of cryptographic tokens, containing fine-grained authorizations

Weitere Informationen bereitgestellt vom Systemhersteller

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
DrittanbieterNavicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» mehr

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» mehr

CData: 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
CockroachDBDgraphH2MySQLWarp 10
DB-Engines Blog Posts

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

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

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

CockroachDB scuttles away from open source Core offering
19. August 2024, The Register

CockroachDB retires self-hosted Core offering, makes Enterprise version free for companies under $10M in annual revenue
15. August 2024, SDTimes.com

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9. April 2024, PR Newswire

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

bereitgestellt von Google News

Top Open Source Graph Databases
3. Juni 2024, MarkTechPost

Popular Open Source GraphQL Company Dgraph Secures $6M in Seed Round with New Leadership
20. Juli 2022, PR Newswire

Graph Database Market size to grow by USD 7.40 billion between 2022 - 2027 | Growth Driven by Lack of standardization and programming flexibility - Technavio
13. Dezember 2023, Yahoo Finance

Dgraph on AWS: Setting up a horizontally scalable graph database
1. September 2020, AWS Blog

Dgraph raises $11.5 million for scalable graph database solutions
31. Juli 2019, VentureBeat

bereitgestellt von Google News

Learn how Presence migrated off a monolithic Amazon RDS for MySQL instance, with near-zero downtime, using replication filters
17. September 2024, AWS Blog

Announcing MySQL Implementation Oracle Certified Associate Exam
18. September 2024, Oracle

Older PHP & MySQL no longer working in Later Versions
15. Mai 2024, SitePoint

How to get started with MySQL
31. Juli 2024, InfoWorld

Upgrading Uber’s MySQL Fleet to version 8.0
8. August 2024, Uber

bereitgestellt von Google News

Launched Just A Year Ago, Open-Source Scality S3 Server Gains Extraordinary Momentum As It Simplifies The Life Of Developers
28. Juni 2017, PR Newswire

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

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.

SingleStore logo

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

Präsentieren Sie hier Ihr Produkt