DB-EnginesExtremeDB: benchmark about the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Microsoft Azure Data Explorer vs. MongoDB vs. Sqrrl

Vergleich der Systemeigenschaften Microsoft Azure Data Explorer vs. MongoDB vs. Sqrrl

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenMongoDB  Xaus Vergleich ausschliessenSqrrl  Xaus Vergleich ausschliessen
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
KurzbeschreibungFully managed big data interactive analytics platformEiner der meistverwendeten Document StoresAdaptable, secure NoSQL built on Apache Accumulo
Primäres DatenbankmodellRelational DBMS infocolumn orientedDocument StoreDocument Store
Graph DBMS
Key-Value Store
Wide Column Store
Sekundäre DatenbankmodelleDocument 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
Spatial DBMS
Suchmaschine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vektor DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte6,99
Rang#60  Overall
#34  Relational DBMS
Punkte428,55
Rang#5  Overall
#1  Document Stores
Websiteazure.microsoft.com/­services/­data-explorerwww.mongodb.comsqrrl.com
Technische Dokumentationdocs.microsoft.com/­en-us/­azure/­data-explorerwww.mongodb.com/­docs/­manual
EntwicklerMicrosoftMongoDB, IncAmazon infoursprünglich Sqrrl Data, Inc.
Erscheinungsjahr201920092012
Aktuelle Versioncloud service with continuous releases6.0.7, Juni 2023
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjanein infoMongoDB available as DBaaS (MongoDB Atlas)nein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
ImplementierungsspracheC++Java
Server BetriebssystemegehostetLinux
OS X
Solaris
Windows
Linux
DatenschemaFixed schema with schema-less datatypes (dynamic)schemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesja infostring, integer, double, decimal, boolean, date, object_id, geospatialja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTja
Sekundärindizesall fields are automatically indexedjaja
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetRead-only SQL queries via the MongoDB Atlas SQL Interfacenein
APIs und andere ZugriffskonzepteMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
GraphQL
HTTP REST
Prisma
Proprietäres Protokoll basierend auf JSON
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Actionscript infoinoffizielle Driver
C
C#
C++
Clojure infoinoffizielle Driver
ColdFusion infoinoffizielle Driver
D infoinoffizielle Driver
Dart infoinoffizielle Driver
Delphi infoinoffizielle Driver
Erlang
Go
Groovy infoinoffizielle Driver
Haskell
Java
JavaScript
Kotlin
Lisp infoinoffizielle Driver
Lua infoinoffizielle Driver
MatLab infoinoffizielle Driver
Perl
PHP
PowerShell infoinoffizielle Driver
Prolog infoinoffizielle Driver
Python
R infoinoffizielle Driver
Ruby
Rust
Scala
Smalltalk infoinoffizielle Driver
Swift
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-seitige Scripts infoStored ProceduresYes, possible languages: KQL, Python, RJavaScriptnein
Triggersja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyja infoin MongoDB Atlas onlynein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud serviceSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding infoBasierend auf Hadoop
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
frei wählbarer Replikationsfaktor infobasierend auf Hadoop
MapReduce infoBietet ein API für Map/Reduce OperationenSpark connector (open source): github.com/­Azure/­azure-kusto-sparkjaja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Fremdschlüssel inforeferenzielle Integritätneinnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinMulti-document ACID Transactions with snapshot isolationAtomic updates per row, document, or graph entity
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjaja infooptional, enabled by defaultja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja infoIn-memory storage engine introduced with MongoDB version 3.2
Berechtigungskonzept infoZugriffskontrolleAzure Active Directory AuthenticationZugriffsrechte für Benutzer und RollenCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)
Weitere Informationen bereitgestellt vom Systemhersteller
Microsoft Azure Data ExplorerMongoDBSqrrl
Specific characteristicsAzure Data Explorer is a fast and highly scalable data exploration service for log...
» mehr
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
Competitive advantagesKusto Query Language (innovative query language, optimized for high performance data...
» mehr
Built around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Typical application scenariosIoT applications IoT devices generate billions of sensor readings. Normalizing and...
» mehr
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» mehr
Key customersMicrosoft, DocuSign, Taboola, Bosch, Siemens Healthineers, Bühler, Ecolab, Zoomd
» mehr
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metricsAzure Data Explorer is the data service for Azure Monitor, Azure Time Series Insights,...
» mehr
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» mehr
Licensing and pricing modelsAn Azure Data Explorer cluster is a pair of engine and data management clusters which...
» mehr
MongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» 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
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Studio 3T: The world's favorite IDE for working with MongoDB
» mehr

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration 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
Microsoft Azure Data ExplorerMongoDBSqrrl
DB-Engines Blog Posts

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4. Januar 2021, Paul Andlinger, Matthias Gelbmann

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Introducing Microsoft Fabric: The data platform for the era of AI ...
23. Mai 2023, azure.microsoft.com

Microsoft Fabric Defragments Analytics, Enters Public Preview
23. Mai 2023, The New Stack

Introducing Microsoft Fabric: The Impact on Power BI
26. Mai 2023, DataDrivenInvestor

Streamlining Azure Data Explorer Table Creation, Mapping, and ...
16. Juli 2023, Medium

What's new in Azure Data & AI: Empowering retailers to streamline ...
17. Januar 2023, azure.microsoft.com

bereitgestellt von Google News

MongoDB (MDB) Dips More Than Broader Market: What You Should Know
27. November 2023, Yahoo Finance

MongoDB and AWS Collaborate to Optimize Amazon ...
6. November 2023, PR Newswire

Is MongoDB (NASDAQ:MDB) Weighed On By Its Debt Load?
26. November 2023, Simply Wall St

(MDB) - Analyzing MongoDB's Short Interest By Benzinga
27. November 2023, Investing.com UK

MongoDB vs. ScyllaDB: A Comparison of Database Architectures
13. November 2023, The New Stack

bereitgestellt von Google News

Celebrate The Season With Classic And Contemporary Holiday ...
20. November 2023, pasadenavoice.com

Amazon's cloud business acquires Sqrrl, a security start-up with ...
23. Januar 2018, CNBC

Here we go, Annapolis catches sugar plum fever for the holidays
21. November 2023, The Baltimore Banner

User and Entity Behavior Analytics Market Share, Growth Statistics ...
14. November 2023, Taiwan News

AWS acquires threat hunting startup Sqrrl
24. Januar 2018, CyberScoop

bereitgestellt von Google News

Jobangebote

Azure Data Architect
Cyclotron, Inc., Remote

Software Engineer
Microsoft, Redmond, WA

Senior Software Engineer
Microsoft, United States

Software Data Operations Engineer
MAQ Software, Redmond, WA

Senior Software Engineer in Data, Game Creation
Electronic Arts, Austin, TX

MongoDB with Azure Engineer
Ampstek LLC, Remote

MongoDB Data Engineer
Digital Plus Solutions, Remote

Remote Junior Backend Developer
We Inform LLC, Remote

Senior Vertica DBA
AgileEngine, Remote

MONGODB DEVELOPER/ADMIN
Averon Solutions, Edison, NJ

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Redis logo

The world’s most loved real‑time data platform.
Try 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

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt