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

DBMS > Hive vs. Microsoft Azure Data Explorer vs. NuoDB vs. Tarantool

Vergleich der Systemeigenschaften Hive vs. Microsoft Azure Data Explorer vs. NuoDB vs. Tarantool

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameHive  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenNuoDB  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessen
KurzbeschreibungData Warehouse Software zum Abfragen und Verwalten großer verteilter Datenmengen beispielsweise in HadoopFully managed big data interactive analytics platformNuoDB ist eine skalierbare verteilte Datenbank, mit SQL und ACID TransaktionenIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primäres DatenbankmodellRelational DBMSRelational DBMS infocolumn orientedRelational DBMSDocument Store
Key-Value Store
Relational DBMS
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
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte64,82
Rang#18  Overall
#12  Relational DBMS
Punkte5,82
Rang#65  Overall
#37  Relational DBMS
Punkte0,94
Rang#207  Overall
#96  Relational DBMS
Punkte1,88
Rang#146  Overall
#24  Document Stores
#25  Key-Value Stores
#68  Relational DBMS
Websitehive.apache.orgazure.microsoft.com/­services/­data-explorerwww.3ds.com/­nuodb-distributed-sql-databasewww.tarantool.io
Technische Dokumentationcwiki.apache.org/­confluence/­display/­Hive/­Homedocs.microsoft.com/­en-us/­azure/­data-explorerdoc.nuodb.comwww.tarantool.io/­en/­doc
EntwicklerApache Software Foundation infoUrsprünglich von Facebook entwickeltMicrosoftDassault Systèmes infooriginally NuoDB, Inc.VK
Erscheinungsjahr2012201920132008
Aktuelle Version3.1.3, April 2022cloud service with continuous releases2.10.0, Mai 2022
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2kommerziellkommerziell infoLimitierte Edition gratisOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaC++C und C++
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMgehostetgehostet infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
BSD
Linux
macOS
DatenschemajaFixed schema with schema-less datatypes (dynamic)jaFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesjastring, double, decimal, uuid, integer, blob, boolean, datetime
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinnein
Sekundärindizesjaall fields are automatically indexedjaja
SQL infoSupport of SQLSQL-like DML and DDL statementsKusto Query Language (KQL), SQL subsetjaFull-featured ANSI SQL support
APIs und andere ZugriffskonzepteJDBC
ODBC
Thrift
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
Open binary protocol
Unterstützte ProgrammiersprachenC++
Java
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-seitige Scripts infoStored Proceduresja infoBenutzerdefinierte Funktion und Map-Reduce IntegrationYes, possible languages: KQL, Python, RJava, SQLLua, C and SQL stored procedures
Triggersneinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infoImplicit feature of the cloud servicedynamische Verteilung der Daten auf die einzelnen KnotenSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktorja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.ja infoManaged transparently by NuoDBAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoBietet ein API für Map/Reduce Operationenja infoAbfragen werden als MapReduce Jobs behandeltSpark connector (open source): github.com/­Azure/­azure-kusto-sparknein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Fremdschlüssel inforeferenzielle Integritätneinneinjayes
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinneinACID infotunable commit protocolACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja infoMVCCja
Durability infoDauerhafte Speicherung der Datenjajajayes, write ahead logging
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja infoTemporary tableyes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer, Gruppen und RollenAzure Active Directory AuthenticationStandard SQL Rollen und RechteAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles

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
HiveMicrosoft Azure Data ExplorerNuoDBTarantool
DB-Engines Blog Posts

Why is Hadoop not listed in the DB-Engines Ranking?
13. Mai 2013, Paul Andlinger

alle anzeigen

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

alle anzeigen

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Altiscale Becomes First Hadoop-as-a-Service to Deliver Apache Hive 0.13
25. März 2024, Yahoo Singapore News

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18. Oktober 2023, AWS Blog

Data Engineering in 2024: Predictions For Data Lakes and The Serving Layer
23. Januar 2024, Datanami

Top 80 Hadoop Interview Questions and Answers for 2024
15. Februar 2024, Simplilearn

18 Top Big Data Tools and Technologies to Know About in 2024
24. Januar 2024, TechTarget

bereitgestellt von Google News

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

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23. November 2023, InfoQ.com

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

Data Explorer processes unlabeled visual data, boosting creation of production-ready AI models
19. April 2023, VentureBeat

Why the Azure community should start planning for Microsoft Fabric today
20. Juni 2023, MSDynamicsWorld

bereitgestellt von Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25. November 2020, Dassault Systèmes

Temenos Accelerates Its Next Generation Open Cloud Capabilities
20. November 2018, Temenos

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

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

Can A 50-Person Startup Threaten Oracle, IBM, And Microsoft?
11. Juli 2014, Forbes

bereitgestellt von Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4. April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9. Oktober 2019, Хабр

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

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

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.

Präsentieren Sie hier Ihr Produkt