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

DBMS > H2 vs. InfinityDB vs. Microsoft Azure Data Explorer

Vergleich der Systemeigenschaften H2 vs. InfinityDB vs. Microsoft Azure Data Explorer

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenInfinityDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessen
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.A Java embedded Key-Value Store which extends the Java Map interfaceFully managed big data interactive analytics platform
Primäres DatenbankmodellRelational DBMSKey-Value StoreRelational DBMS infocolumn oriented
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
Punkte8,22
Rang#50  Overall
#32  Relational DBMS
Punkte0,07
Rang#359  Overall
#54  Key-Value Stores
Punkte5,16
Rang#69  Overall
#37  Relational DBMS
Websitewww.h2database.comboilerbay.comazure.microsoft.com/­services/­data-explorer
Technische Dokumentationwww.h2database.com/­html/­main.htmlboilerbay.com/­infinitydb/­manualdocs.microsoft.com/­en-us/­azure/­data-explorer
EntwicklerThomas MuellerBoiler Bay Inc.Microsoft
Erscheinungsjahr200520022019
Aktuelle Version2.2.220, Juli 20234.0cloud service with continuous releases
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)kommerziellkommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinja
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaJava
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMAlle Betriebssysteme mit einer Java VMgehostet
Datenschemajaja infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeFixed schema with schema-less datatypes (dynamic)
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysja 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, XSLTneinneinja
Sekundärindizesjanein infomanual creation possible, using inversions based on multi-value capabilityall fields are automatically indexed
SQL infoSupport of SQLjaneinKusto Query Language (KQL), SQL subset
APIs und andere ZugriffskonzepteJDBC
ODBC
Access via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Unterstützte ProgrammiersprachenJavaJava.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined FunctionsneinYes, possible languages: KQL, Python, R
Triggersjaneinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicy
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 KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databasekeineja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.
MapReduce infoBietet ein API für Map/Reduce OperationenneinneinSpark connector (open source): github.com/­Azure/­azure-kusto-spark
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjanein infomanual creation possible, using inversions based on multi-value capabilitynein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoOptimistic locking for transactions; no isolation for bulk loadsnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jaja
Durability infoDauerhafte Speicherung der Datenjajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinnein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardneinAzure 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
H2InfinityDBMicrosoft Azure Data Explorer
Erwähnungen in aktuellen Nachrichten

General availability: Azure Data Explorer adds new geospatial capabilities | Azure updates
23. Januar 2024, Microsoft

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23. Mai 2023, Microsoft

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

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

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

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
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

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