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 > AlaSQL vs. gStore vs. H2 vs. Microsoft Azure Data Explorer vs. VictoriaMetrics

Vergleich der Systemeigenschaften AlaSQL vs. gStore vs. H2 vs. Microsoft Azure Data Explorer vs. VictoriaMetrics

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessengStore  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenVictoriaMetrics  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryA native Graph DBMS to store and maintain very large RDF datasets.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Fully managed big data interactive analytics platformA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primäres DatenbankmodellDocument Store
Relational DBMS
Graph DBMS
RDF Store
Relational DBMSRelational DBMS infocolumn orientedTime Series DBMS
Sekundäre DatenbankmodelleSpatial 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
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,51
Rang#256  Overall
#40  Document Stores
#118  Relational DBMS
Punkte0,14
Rang#342  Overall
#34  Graph DBMS
#16  RDF Stores
Punkte8,33
Rang#46  Overall
#30  Relational DBMS
Punkte3,80
Rang#81  Overall
#43  Relational DBMS
Punkte1,23
Rang#172  Overall
#15  Time Series DBMS
Websitealasql.orgen.gstore.cnwww.h2database.comazure.microsoft.com/­services/­data-explorervictoriametrics.com
Technische Dokumentationgithub.com/­AlaSQL/­alasqlen.gstore.cn/­#/­enDocswww.h2database.com/­html/­main.htmldocs.microsoft.com/­en-us/­azure/­data-explorerdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
EntwicklerAndrey Gershun & Mathias R. WulffThomas MuellerMicrosoftVictoriaMetrics
Erscheinungsjahr20142016200520192018
Aktuelle Version1.2, November 20232.2.220, Juli 2023cloud service with continuous releasesv1.91, Mai 2023
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoBSDOpen Source infodual-licence (Mozilla public license, Eclipse public license)kommerziellOpen Source infoApache Version 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinjanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaScriptC++JavaGo
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)LinuxAlle Betriebssysteme mit einer Java VMgehostetFreeBSD
Linux
macOS
OpenBSD
Datenschemaschemafreischema-free and OWL/RDFS-schema supportjaFixed schema with schema-less datatypes (dynamic)
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjajaja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinjanein
Sekundärindizesneinjaall fields are automatically indexed
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.neinjaKusto Query Language (KQL), SQL subsetnein
APIs und andere ZugriffskonzepteJavaScript APIHTTP API
SPARQL 1.1
JDBC
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Unterstützte ProgrammiersprachenJavaScriptC++
Java
JavaScript (Node.js)
PHP
Python
Java.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-seitige Scripts infoStored ProceduresneinjaJava Stored Procedures and User-Defined FunctionsYes, possible languages: KQL, Python, Rnein
Triggersjajaja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeinekeineSharding infoImplicit feature of the cloud service
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineWith clustering: 2 database servers on different computers operate on identical copies of a databaseja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Synchronous replication
MapReduce infoBietet ein API für Map/Reduce OperationenneinneinneinSpark connector (open source): github.com/­Azure/­azure-kusto-sparknein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Fremdschlüssel inforeferenzielle Integritätjajaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storagejaACIDneinnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjayes, multi-version concurrency control (MVCC)jaja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjaneinnein
Berechtigungskonzept infoZugriffskontrolleneinUsers, roles and permissions, Role-Based Access Control (RBAC) supportedBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAzure Active Directory Authentication

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

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

Weitere Ressourcen
AlaSQLgStoreH2Microsoft Azure Data ExplorerVictoriaMetrics
Erwähnungen in aktuellen Nachrichten

Create a Marvel Database with SQL and Javascript, the easy way
2. Juli 2019, Towards Data Science

Multi faceted data exploration in the browser using Leaflet and amCharts
3. Mai 2020, Towards Data Science

bereitgestellt von Google News

We’re retiring Azure Time Series Insights on 7 July 2024 – transition to Azure Data Explorer | Azure updates
31. Mai 2024, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16. August 2022, Microsoft

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

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

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7. Februar 2019, Microsoft

bereitgestellt von Google News

VictoriaMetrics Slashes Data Storage Bills by 90% With World's Most Cost-Efficient Monitoring
30. Mai 2024, Business Wire

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1. April 2024, Datanami

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20. März 2024, The New Stack

Green coding - VictoriaMetrics: The efficiency vs complexity trade-off
15. Mai 2024, ComputerWeekly.com

How VictoriaMetrics' open source approach led to mass industry adoption
3. Mai 2024, Tech.eu

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Präsentieren Sie hier Ihr Produkt