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

DBMS > Alibaba Cloud AnalyticDB for MySQL vs. Google Cloud Datastore vs. Microsoft Azure Data Explorer vs. Realm

Vergleich der Systemeigenschaften Alibaba Cloud AnalyticDB for MySQL vs. Google Cloud Datastore vs. Microsoft Azure Data Explorer vs. Realm

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlibaba Cloud AnalyticDB for MySQL  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenRealm  Xaus Vergleich ausschliessen
KurzbeschreibungA real-time data warehousing service that can process petabytes of data with high concurrency and low latency. It is fully compatible with the MySQL protocol.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformFully managed big data interactive analytics platformA DBMS built for use on mobile devices that’s a fast, easy to use alternative to SQLite and Core Data
Primäres DatenbankmodellRelational DBMSDocument StoreRelational DBMS infocolumn orientedDocument Store
Sekundäre DatenbankmodelleDocument StoreDocument 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
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,76
Rang#223  Overall
#103  Relational DBMS
Punkte4,49
Rang#79  Overall
#12  Document Stores
Punkte5,16
Rang#69  Overall
#37  Relational DBMS
Punkte7,71
Rang#52  Overall
#9  Document Stores
Websitewww.alibabacloud.com/­product/­analyticdb-for-mysqlcloud.google.com/­datastoreazure.microsoft.com/­services/­data-explorerrealm.io
Technische Dokumentationwww.alibabacloud.com/­help/­doc-detail/­93776.htmcloud.google.com/­datastore/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerrealm.io/­docs
EntwicklerAlibabaGoogleMicrosoftRealm, acquired by MongoDB in May 2019
Erscheinungsjahr200820192014
Aktuelle Versioncloud service with continuous releases
Lizenz infoCommercial or Open SourcekommerziellkommerziellkommerziellOpen Source
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjajajanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Server BetriebssystemegehostetgehostetgehostetAndroid
Backend: serverlos
iOS
Windows
DatenschemajaschemafreiFixed schema with schema-less datatypes (dynamic)ja
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja, Details hierja 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, XSLTjaneinjanein
Sekundärindizesjajaall fields are automatically indexedja
SQL infoSupport of SQLjaSQL-like query language (GQL)Kusto Query Language (KQL), SQL subsetnein
APIs und andere ZugriffskonzepteJDBC
ODBC
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Unterstützte ProgrammiersprachenC#
Java
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
Java infowith Android only
Objective-C
React Native
Swift
Server-seitige Scripts infoStored Proceduresjamit Google App EngineYes, possible languages: KQL, Python, Rnein inforuns within the applications so server-side scripts are unnecessary
TriggersjaCallbacks mit Google Apps Engineja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyja infoChange Listeners
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud serviceShardingSharding infoImplicit feature of the cloud servicekeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoImplicit feature of the cloud serviceMulti-source replication using Paxosja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.keine
MapReduce infoBietet ein API für Map/Reduce Operationenneinja infomittels Google Cloud DataflowSpark connector (open source): github.com/­Azure/­azure-kusto-sparknein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Eventual Consistency
Immediate Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaja infovia ReferenceProperties or Ancestor pathsneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinneinja infoIn-Memory realm
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Azure Active Directory Authenticationja
Weitere Informationen bereitgestellt vom Systemhersteller
Alibaba Cloud AnalyticDB for MySQLGoogle Cloud DatastoreMicrosoft Azure Data ExplorerRealm
Specific characteristicsA real-time data warehousing service that can process PB data with high concurrency...
» mehr
Competitive advantagesTPC Benchmark: The world leading result in TPC-DS benchmark . TPC-H benchmark for...
» mehr
Licensing and pricing modelsAvailable regions: America US Virginia US Silicon Valley Asia China Hong Kong India...
» 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

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

Weitere Ressourcen
Alibaba Cloud AnalyticDB for MySQLGoogle Cloud DatastoreMicrosoft Azure Data ExplorerRealm
DB-Engines Blog Posts

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Alibaba Cloud launches new cloud database solutions following market growth
1. Oktober 2020, DataCenterNews Asia

How Data Analytics Capabilities of Alibaba Group Evolve Its Ecosystem to the Cloud
20. Februar 2021, DataDrivenInvestor

Gartner’s Magic Quadrant for Cloud Database Management Systems
9. Dezember 2020, CRN

AWS, IBM, Microsoft, Google emerge Cloud DBMS leaders
22. Dezember 2022, Daily Host News

bereitgestellt von Google News

Google Cloud is NOT magicking away data egress fees
12. Januar 2024, The Stack

SAP adds vector datastore to HANA Cloud database
2. November 2023, Techzine Europe

NetApp Cloud Volumes Service datastore support for Google Cloud VMware Engine
7. Februar 2023, NetApp

Your Memories. Their Cloud.
1. Januar 2023, The New York Times

All of Google’s cloud database services are now out of beta
16. August 2016, TechCrunch

bereitgestellt von Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16. August 2022, azure.microsoft.com

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13. Juli 2023, microsoft.com

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

Azure Data Explorer and Stream Analytics for anomaly detection
16. Januar 2020, azure.microsoft.com

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11. Februar 2019, azure.microsoft.com

bereitgestellt von Google News

MongoDB aims to unify developer experience with launch of MongoDB Cloud
9. Juni 2020, diginomica

Kotlin Programming Language Will Surpass Java On Android Next Year
15. Oktober 2017, Fossbytes

Is Swift the Future of Server-side Development?
12. September 2017, Solutions Review

A Quick Look at Open Source Databases for Mobile App Development
29. April 2018, Open Source For You

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

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.

Neo4j logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

Präsentieren Sie hier Ihr Produkt