DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Bangdb vs. InfinityDB vs. Microsoft Azure Data Explorer vs. TerminusDB vs. UniData,UniVerse

Vergleich der Systemeigenschaften Bangdb vs. InfinityDB vs. Microsoft Azure Data Explorer vs. TerminusDB vs. UniData,UniVerse

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBangdb  Xaus Vergleich ausschliessenInfinityDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenTerminusDB infoformer name was DataChemist  Xaus Vergleich ausschliessenUniData,UniVerse  Xaus Vergleich ausschliessen
KurzbeschreibungConverged and high performance database for device data, events, time series, document and graphA Java embedded Key-Value Store which extends the Java Map interfaceFully managed big data interactive analytics platformScalable Graph Database platform making enterprise data available by exploiting inferred entities and relationshipsMultiValue DBMS und Application Server mit SQL Mapping Layer
Primäres DatenbankmodellDocument Store
Graph DBMS
Time Series DBMS
Key-Value StoreRelational DBMS infocolumn orientedGraph DBMSMultivalue 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
Document Store
RDF Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,16
Rang#338  Overall
#47  Document Stores
#32  Graph DBMS
#31  Time Series DBMS
Punkte0,08
Rang#365  Overall
#55  Key-Value Stores
Punkte3,80
Rang#81  Overall
#43  Relational DBMS
Punkte0,23
Rang#316  Overall
#27  Graph DBMS
Punkte2,85
Rang#98  Overall
#1  Multivalue DBMS
Websitebangdb.comboilerbay.comazure.microsoft.com/­services/­data-explorerterminusdb.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technische Dokumentationdocs.bangdb.comboilerbay.com/­infinitydb/­manualdocs.microsoft.com/­en-us/­azure/­data-explorerterminusdb.github.io/­terminusdb/­#docs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
EntwicklerSachin Sinha, BangDBBoiler Bay Inc.MicrosoftDataChemist Ltd.Rocket Software
Erscheinungsjahr20122002201920181985
Aktuelle VersionBangDB 2.0, October 20214.0cloud service with continuous releases11.0.0, Jaenner 2023
Lizenz infoCommercial or Open SourceOpen Source infoBSD 3kommerziellkommerziellOpen Source infoGPL V3kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC, C++JavaProlog, RustC
Server BetriebssystemeLinuxAlle Betriebssysteme mit einer Java VMgehostetLinuxAIX
HP-UX
Linux
Solaris
Windows
Datenschemaschemafreija infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeFixed schema with schema-less datatypes (dynamic)jaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateyes: string, long, double, int, geospatial, stream, eventsja 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-typesjaoptional
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinjanein
Sekundärindizesja infosecondary, composite, nested, reverse, geospatialnein infomanual creation possible, using inversions based on multi-value capabilityall fields are automatically indexedja
SQL infoSupport of SQLSQL like support with command line toolneinKusto Query Language (KQL), SQL subsetSQL-like query language (WOQL)ja
APIs und andere ZugriffskonzeptePropriätäres Protokoll
RESTful HTTP API
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
OWL
RESTful HTTP API
WOQL (Web Object Query Language)
Java API infoJPA
JDBC
ODBC
OLE DB
Propriätäres Protokoll
RESTful HTTP API
SOAP-basiertes API
Unterstützte ProgrammiersprachenC
C#
C++
Java
Python
Java.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
JavaScript
Python
.Net
Basic infoU2 Basic
C
Java
Server-seitige Scripts infoStored ProceduresneinneinYes, possible languages: KQL, Python, Rjaja
Triggersyes, Notifications (with Streaming only)neinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyjaja infoU2 Basic
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmkeineSharding infoImplicit feature of the cloud serviceGraph Partitioningkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenselectable replication factor, Knob for CAP (enterprise version only)keineja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Journaling StreamsSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce OperationenneinneinSpark connector (open source): github.com/­Azure/­azure-kusto-sparkneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemTunable consistency, set CAP knob accordinglyImmediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinnein infomanual creation possible, using inversions based on multi-value capabilityneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoOptimistic locking for transactions; no isolation for bulk loadsneinACIDACID infokonfigurierbar
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljajajaja
Durability infoDauerhafte Speicherung der Datenyes, implements WAL (Write ahead log) as welljajaja infoin-memory journalingja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenyes, run db with in-memory only modeneinnein
Berechtigungskonzept infoZugriffskontrolleyes (enterprise version only)neinAzure Active Directory AuthenticationRole-based access controlBenutzer mit Berechtigungskonzept entsprechend SQL-Standard und betriebssystem-basiert

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
BangdbInfinityDBMicrosoft Azure Data ExplorerTerminusDB infoformer name was DataChemistUniData,UniVerse
Erwähnungen in aktuellen Nachrichten

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

Update records in a Kusto Database (public preview) | Azure updates
20. Februar 2024, azure.microsoft.com

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8. Januar 2024, azure.microsoft.com

Announcing General Availability to migrate Virtual Network injected Azure Data Explorer Cluster to Private Endpoints ...
5. Februar 2024, azure.microsoft.com

New Features for graph-match KQL Operator: Enhanced Pattern Matching and Cycle Control | Azure updates
24. Januar 2024, azure.microsoft.com

bereitgestellt von Google News

How TerminusDB is commercializing its open source graph database
16. März 2021, VentureBeat

TerminusDB Takes on Data Collaboration with a git-Like Approach
1. Dezember 2020, The New Stack

Trinity College spinout TerminusDB secures €3.6m in investment
15. März 2021, The Irish Times

[MCR2030-CAMS-ARISE-UNDRR Webinar] Preventing cascading failures of critical assets: Using the Open-Source ...
12. April 2022, United Nations Office for Disaster Risk Reduction

Irish start-ups received €28m from Enterprise Ireland in 2021
7. April 2022, SiliconRepublic.com

bereitgestellt von Google News

Pinning Down Unidata S.p.A.'s (BIT:UD) P/E Is Difficult Right Now
21. Mai 2024, Simply Wall St

Unidata Reports Full Year 2023 Earnings
31. März 2024, Simply Wall St

Unidata uses Jetstream to make geoscience data available to science community
29. Januar 2020, IU Newsroom

UniData implements a milestone Smart Class Room project at The Asian School | THE DAILY TRIBUNE | KINGDOM ...
8. April 2024, News of Bahrain- DT News

Bahrain Business: UniData implements major 'smart classroom' project
8. April 2024, Gulf Digital News

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