DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > DuckDB vs. Immudb vs. KeyDB vs. Microsoft Azure Data Explorer vs. NuoDB

Vergleich der Systemeigenschaften DuckDB vs. Immudb vs. KeyDB vs. Microsoft Azure Data Explorer vs. NuoDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameDuckDB  Xaus Vergleich ausschliessenImmudb  Xaus Vergleich ausschliessenKeyDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenNuoDB  Xaus Vergleich ausschliessen
KurzbeschreibungAn embeddable, in-process, column-oriented SQL OLAP RDBMSAn open source immutable (append-only) database with cryptographic verification which makes it tamper-resistant and fully auditable.An ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsFully managed big data interactive analytics platformNuoDB ist eine skalierbare verteilte Datenbank, mit SQL und ACID Transaktionen
Primäres DatenbankmodellRelational DBMSKey-Value StoreKey-Value StoreRelational DBMS infocolumn orientedRelational DBMS
Sekundäre DatenbankmodelleRelational 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
Punkte6,08
Rang#55  Overall
#33  Relational DBMS
Punkte0,31
Rang#278  Overall
#39  Key-Value Stores
Punkte0,67
Rang#223  Overall
#31  Key-Value Stores
Punkte3,00
Rang#87  Overall
#47  Relational DBMS
Punkte0,84
Rang#205  Overall
#99  Relational DBMS
Websiteduckdb.orggithub.com/­codenotary/­immudb
immudb.io
github.com/­Snapchat/­KeyDB
keydb.dev
azure.microsoft.com/­services/­data-explorerwww.3ds.com/­nuodb-distributed-sql-database
Technische Dokumentationduckdb.org/­docsdocs.immudb.iodocs.keydb.devdocs.microsoft.com/­en-us/­azure/­data-explorerdoc.nuodb.com
EntwicklerCodenotaryEQ Alpha Technology Ltd.MicrosoftDassault Systèmes infooriginally NuoDB, Inc.
Erscheinungsjahr20182020201920192013
Aktuelle Version1.0.0, Juni 20241.2.3, April 2022cloud service with continuous releases
Lizenz infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoApache Version 2.0Open Source infoBSD-3kommerziellkommerziell infoLimitierte Edition gratis
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.
ImplementierungsspracheC++GoC++C++
Server BetriebssystemeserverlosBSD
Linux
macOS
Solaris
Windows
z/OS
Linuxgehostetgehostet infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
DatenschemajaschemafreischemafreiFixed schema with schema-less datatypes (dynamic)ja
Typisierung infovordefinierte Datentypen, z.B. float oder datejateilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinjanein
Sekundärindizesjajaja infoby using the Redis Search moduleall fields are automatically indexedja
SQL infoSupport of SQLjaSQL-like syntaxneinKusto Query Language (KQL), SQL subsetja
APIs und andere ZugriffskonzepteArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
gRPC protocol
PostgreSQL wire protocol
Proprietäres Protokoll infoRESP - REdis Serialization ProtocoMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
Unterstützte ProgrammiersprachenC
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
.Net
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Server-seitige Scripts infoStored ProceduresneinneinLuaYes, possible languages: KQL, Python, RJava, SQL
Triggersneinneinneinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingShardingSharding infoImplicit feature of the cloud servicedynamische Verteilung der Daten auf die einzelnen Knoten
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineMulti-Source Replikation
Source-Replica Replikation
ja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.ja infoManaged transparently by NuoDB
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 SystemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Eventual Consistency
Immediate Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDOptimistic locking, atomic execution of commands blocks and scriptsneinACID infotunable commit protocol
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jajajaja infoMVCC
Durability infoDauerhafte Speicherung der Datenjajaja infoConfigurable mechanisms for persistency via snapshots and/or operations logsjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinjaneinja infoTemporary table
Berechtigungskonzept infoZugriffskontrolleneineinfacher Passwort-basierter Zugriffsschutz und ACLAzure Active Directory AuthenticationStandard SQL Rollen und Rechte

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
DuckDBImmudbKeyDBMicrosoft Azure Data ExplorerNuoDB
DB-Engines Blog Posts

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

What's new in ArcGIS Data Interoperability at Pro 3.4
4. November 2024, Esri

My First Billion (of Rows) in DuckDB
1. Mai 2024, Towards Data Science

MotherDuck Announces Beta Release of pg_duckdb; Brings DuckDB's Analytics Power to PostgreSQL Users
24. Oktober 2024, PR Newswire

PostgreSQL in line for DuckDB-shaped boost in analytics arena
20. August 2024, The Register

TigerEye releases open-source DuckDB.dart to simplify data-intensive application development
15. August 2024, SiliconANGLE News

bereitgestellt von Google News

How Open-Source Database immudb Plans to Handle All That Metaverse Data
10. Oktober 2022, Acceleration Economy

Codenotary brings its immutable database to the cloud
21. Juni 2023, TechCrunch

Storage news ticker – November 15
15. November 2021, Blocks & Files

Codenotary introduces Software Bill of Materials service for Kubernetes
28. Juni 2022, ZDNet

Codenotary raises $6M of additional capital to scale business operations
8. September 2022, Help Net Security

bereitgestellt von Google News

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12. Mai 2022, TechCrunch

Introducing Garnet – an open-source, next-generation, faster cache-store for accelerating applications and services
18. März 2024, Microsoft

Valkey Emerges as Leading Open Source Alternative to Redis After Relicensing Row
12. September 2024, Business Wire

Microsoft open-sources unique “Garnet” cache-store; a Redis rival?
19. März 2024, The Stack

Valkey Will Not Just Be a Redis Retread
17. Juli 2024, The New Stack

bereitgestellt von Google News

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

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

Microsoft is closing down another Azure-based feature in the near future
22. Juli 2024, Neowin

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

General availability: Azure Data Explorer adds new geospatial capabilities
23. Januar 2024, azure.microsoft.com

bereitgestellt von Google News

NuoDB set to improve distributed SQL performance
7. Januar 2020, TechTarget

Deploy the NuoDB Database in Docker Containers
16. Oktober 2017, The New Stack

Barry Morris
22. September 2024, CIO

70 new job as NuoDB Launches Development Centre for EMEA in Ireland - Irish Tech News
5. Dezember 2017, Irish Tech News

3 Secrets Behind Turning a Great Idea Into a Big Business
11. Juli 2014, Inc.

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Milvus logo

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

Neo4j logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Präsentieren Sie hier Ihr Produkt