DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > MariaDB vs. Microsoft Azure Cosmos DB vs. Microsoft Azure Data Explorer vs. MySQL

Vergleich der Systemeigenschaften MariaDB vs. Microsoft Azure Cosmos DB vs. Microsoft Azure Data Explorer vs. MySQL

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMariaDB  Xaus Vergleich ausschliessenMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenMySQL  Xaus Vergleich ausschliessen
KurzbeschreibungOpen 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 engineGlobally distributed, horizontally scalable, multi-model database serviceFully managed big data interactive analytics platformWeit verbreitetes, allgemein einsetzbares Open Source RDBMS
Primäres DatenbankmodellRelational DBMSDocument Store
Graph DBMS
Key-Value Store
Wide Column Store
Relational DBMS infocolumn orientedRelational DBMS infoKey/Value Zugriff über memcached API
Sekundäre DatenbankmodelleDocument Store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Spatial DBMSDocument Store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Suchmaschine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Document Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte95,03
Rang#13  Overall
#9  Relational DBMS
Punkte30,39
Rang#27  Overall
#4  Document Stores
#2  Graph DBMS
#3  Key-Value Stores
#3  Wide Column Stores
Punkte5,82
Rang#65  Overall
#37  Relational DBMS
Punkte1101,50
Rang#2  Overall
#2  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
azure.microsoft.com/­services/­cosmos-dbazure.microsoft.com/­services/­data-explorerwww.mysql.com
Technische Dokumentationmariadb.com/­kb/­en/­librarylearn.microsoft.com/­azure/­cosmos-dbdocs.microsoft.com/­en-us/­azure/­data-explorerdev.mysql.com/­doc
EntwicklerMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoDer Lead Developer Monty Widenius ist der ursprüngliche Autor von MySQL
MicrosoftMicrosoftOracle infoseit 2010, ursprünglich MySQL AB, danach Sun
Erscheinungsjahr2009 infoFork of MySQL, which was first released in 1995201420191995
Aktuelle Version11.3.2, Februar 2024cloud service with continuous releases8.3.0, Jaenner 2024
Lizenz infoCommercial or Open SourceOpen Source infoGPL Version 2, kommerzielle Enterpriselizenz verfügbarkommerziellkommerziellOpen Source infoGPL Version 2. Kommerzielle Lizenzen mit erweiterter Funktionalität sind verfügbar.
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjajanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
ImplementierungsspracheC und C++C und C++
Server BetriebssystemeFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
gehostetgehostetFreeBSD
Linux
OS X
Solaris
Windows
Datenschemaja infoDynamic Columns werden unterstütztschemafreiFixed schema with schema-less datatypes (dynamic)ja
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infoJSON typesja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjajaja
Sekundärindizesjaja infoAll properties auto-indexed by defaultall fields are automatically indexedja
SQL infoSupport of SQLja infomit proprietären ErweiterungenSQL-like query languageKusto Query Language (KQL), SQL subsetja infomit proprietären Erweiterungen
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
Proprietäres native API
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietäres native API
Unterstützte ProgrammiersprachenAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Ada
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 Proceduresja infoseit Version 10.3 auch PL/SQL kompatibelJavaScriptYes, possible languages: KQL, Python, Rja infoproprietäre Syntax
TriggersjaJavaScriptja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenHorizontale Partitionierung, ShardingSharding infoImplizit im Cloud ServiceSharding infoImplicit feature of the cloud servicehorizontale Partitionierung, Sharding mit MySQL Cluster oder MySQL Fabric
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source Replikation
Source-Replica Replikation
ja infoImplizit im Cloud Serviceja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinwith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*Spark connector (open source): github.com/­Azure/­azure-kusto-sparknein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Immediate Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infonicht für MyISAM Storage Engineneinneinja infonicht für MyISAM Storage Engine
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infonicht für MyISAM Storage EngineMulti-item ACID transactions with snapshot isolation within a partitionneinACID infonicht für MyISAM Storage Engine
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja infoTable Locks oder Row Locks abhängig von Storage Engine
Durability infoDauerhafte Speicherung der Datenja infonicht für In-Memory Storage Enginejajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infowith MEMORY storage engineneinja
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardZugriffsrechte bis auf item level einstellbarAzure Active Directory AuthenticationBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder Rollen
Weitere Informationen bereitgestellt vom Systemhersteller
MariaDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMicrosoft Azure Data ExplorerMySQL
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» mehr
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» mehr
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» mehr
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» mehr
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» mehr
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» mehr

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 MariaDB provides a native environment for MariaDB database management and development.
» mehr
CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr
Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» mehr

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» 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
MariaDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMicrosoft Azure Data ExplorerMySQL
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

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

Why Is MariaDB (MRDB) Stock Up 82% Today?
27. März 2024, InvestorPlace

Progress Software (PRGS): Any offer by Progress for MariaDB is, or is likely to be, solely in cash
27. März 2024, StreetInsider.com

Progress Software Confirms Bid to Acquire MariaDB
26. März 2024, The Wall Street Journal

Why Information Technology Company MariaDB Shares Are Rocketing Wednesday
27. März 2024, Markets Insider

Progress Software Corp. Statement regarding Possible Offer for MariaDB plc
26. März 2024, GlobeNewswire

bereitgestellt von Google News

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27. März 2024, Microsoft

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13. März 2024, Microsoft

Generally Available: Add an Azure Cosmos DB custom endpoint in Azure IoT Hub | Azure updates
5. Oktober 2023, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10. November 2023, InfoQ.com

New Azure Cosmos DB Features to Boost Performance and Optimize Cost
26. Juni 2023, InfoQ.com

bereitgestellt von Google News

Announcing General Availability to migrate Virtual Network injected Azure Data Explorer Cluster to Private Endpoints ...
5. Februar 2024, azure.microsoft.com

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23. November 2023, InfoQ.com

What is Microsoft Fabric? A big tech stack for big data
9. Februar 2024, InfoWorld

Data Explorer processes unlabeled visual data, boosting creation of production-ready AI models
19. April 2023, VentureBeat

Why the Azure community should start planning for Microsoft Fabric today
20. Juni 2023, MSDynamicsWorld

bereitgestellt von Google News

Vitess Version 19 Released: Ends Support for MySQL 5.7, Improves MySQL Compatibility
27. März 2024, InfoQ.com

Oracle Academy continues support for MySQL Community in Hong Kong and Taiwan
26. März 2024, blogs.oracle.com

Unlock insights on Amazon RDS for MySQL data with zero-ETL integration to Amazon Redshift | Amazon Web Services
21. März 2024, AWS Blog

Google advances with vector search in MySQL, leapfrogging Oracle in LLM support
4. März 2024, The Register

General Availability: Azure Database for MySQL Import feature for Azure Database for MySQL Single to Flexible Server ...
17. Januar 2024, azure.microsoft.com

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

AllegroGraph logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

Neo4j logo

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

Präsentieren Sie hier Ihr Produkt