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 > Microsoft Azure Data Explorer vs. Microsoft SQL Server vs. Percona Server for MySQL vs. PouchDB vs. SWC-DB

Vergleich der Systemeigenschaften Microsoft Azure Data Explorer vs. Microsoft SQL Server vs. Percona Server for MySQL vs. PouchDB vs. SWC-DB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenMicrosoft SQL Server  Xaus Vergleich ausschliessenPercona Server for MySQL  Xaus Vergleich ausschliessenPouchDB  Xaus Vergleich ausschliessenSWC-DB infoSuper Wide Column Database  Xaus Vergleich ausschliessen
KurzbeschreibungFully managed big data interactive analytics platformRelationales DBMS von MicrosoftVerbesserte, binärkompatible Alternative zu MySQL mit Performanceverbesserungen und erweiterten Diagnose- und Managementfeatures basierend auf XtraDB oder TokuDB Storage Engines.JavaScript DBMS mit einem von CouchDB inspirierten APIA high performance, scalable Wide Column DBMS
Primäres DatenbankmodellRelational DBMS infocolumn orientedRelational DBMSRelational DBMSDocument StoreWide 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
Document Store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte5,16
Rang#69  Overall
#37  Relational DBMS
Punkte829,80
Rang#3  Overall
#3  Relational DBMS
Punkte2,21
Rang#121  Overall
#58  Relational DBMS
Punkte2,35
Rang#116  Overall
#22  Document Stores
Punkte0,01
Rang#387  Overall
#13  Wide Column Stores
Websiteazure.microsoft.com/­services/­data-explorerwww.microsoft.com/­en-us/­sql-serverwww.percona.com/­software/­mysql-database/­percona-serverpouchdb.comgithub.com/­kashirin-alex/­swc-db
www.swcdb.org
Technische Dokumentationdocs.microsoft.com/­en-us/­azure/­data-explorerlearn.microsoft.com/­en-US/­sql/­sql-serverwww.percona.com/­downloads/­Percona-Server-LATESTpouchdb.com/­guides
EntwicklerMicrosoftMicrosoftPerconaApache Software FoundationAlex Kashirin
Erscheinungsjahr20191989200820122020
Aktuelle Versioncloud service with continuous releasesSQL Server 2022, November 20228.0.36-28, 20247.1.1, Juni 20190.5, April 2021
Lizenz infoCommercial or Open Sourcekommerziellkommerziell infoeingeschränkte kostenlose Version verfügbarOpen Source infoGPL Version 2Open SourceOpen Source infoGPL V3
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC++C und C++JavaScriptC++
Server BetriebssystemegehostetLinux
Windows
LinuxServerlos, benötigt eine JavaScript Umgebung (Browser, Node.js)Linux
DatenschemaFixed schema with schema-less datatypes (dynamic)jajaschemafreischemafrei
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-typesjajanein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjajajaneinnein
Sekundärindizesall fields are automatically indexedjajaja infoüber Views
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetjajaneinSQL-like query language
APIs und andere ZugriffskonzepteMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
ADO.NET
JDBC
ODBC
HTTP REST infoonly for PouchDB Server
JavaScript API
Proprietäres Protokoll
Thrift
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
Ada
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
JavaScriptC++
Server-seitige Scripts infoStored ProceduresYes, possible languages: KQL, Python, RTransact SQL, .NET languages, R, Python and (with SQL Server 2019) JavajaView Functions in JavaScriptnein
Triggersja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyjajajanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud serviceTabellen können auf mehrere Files aufgeteilt werden (horizontale Partitionierung), sharding möglich (mittels federation)Sharding infomit couchdb-lounge, einem proxy-basierten Framework für CouchDBSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.ja, aber abhängig von der SQL-Server EditionMulti-Source Replikation
Source-Replica Replikation
XtraDB Cluster
Multi-Source Replikation infoauch mit CouchDB Datenbanken
Source-Replica Replikation infoauch mit CouchDB Datenbanken
MapReduce infoBietet ein API für Map/Reduce OperationenSpark connector (open source): github.com/­Azure/­azure-kusto-sparkneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate ConsistencyEventual ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinjajanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACIDACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajajaja infomittels IndexedDB, WebSQL oder LevelDBja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjajajanein
Berechtigungskonzept infoZugriffskontrolleAzure Active Directory AuthenticationBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept infokeine Benutzergruppen oder Rollennein

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 Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» mehr

Navicat for SQL Server gives you a fully graphical approach to 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
Microsoft Azure Data ExplorerMicrosoft SQL ServerPercona Server for MySQLPouchDBSWC-DB infoSuper Wide Column Database
DB-Engines Blog Posts

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

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

Microsoft SQL Server is the DBMS of the Year
4. Januar 2017, Matthias Gelbmann, Paul Andlinger

alle anzeigen

New kids on the block: database management systems implemented in JavaScript
1. Dezember 2014, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

Provision Premium SSD v2 Storage for Microsoft SQL Server
1. April 2024, microsoft.com

Containerize SQL Server workloads with Amazon EKS and DH2i | Amazon Web Services
28. März 2024, AWS Blog

Top 12 Data Migration Tools for 2024
18. April 2024, TechRepublic

A tumultuous, titanic Patch Tuesday as Microsoft makes some changes
10. April 2024, Sophos

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9. Oktober 2023, Oracle

bereitgestellt von Google News

A Momentous 2023, Headlined by a 19% increase of ARR, Positions Percona for Even Greater Success in the Year ...
27. März 2024, Business Wire

If you don't brush and floss, you're gonna get an abscess – same with MySQL updates
11. Mai 2023, The Register

Sizing Up Servers: Intel's Skylake-SP Xeon versus AMD's EPYC 7000 - The Server CPU Battle of the Decade?
11. Juli 2017, AnandTech

How to deploy the Percona database performance monitor with Docker
24. Februar 2023, TechRepublic

ScaleFlux computational storage makes Percona MySQL faster – Blocks and Files
5. August 2020, Blocks and Files

bereitgestellt von Google News

Building an Offline First App with PouchDB — SitePoint
10. März 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7. September 2016, SitePoint

3 Reasons To Think Offline First
22. März 2017, IBM

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7. März 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22. Januar 2019, TechBeacon

bereitgestellt von Google News

2022 All O-Zone Football Team
17. Dezember 2022, Ozarks Sports Zone

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

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.

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt