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 > Microsoft Azure Data Explorer vs. Oracle Berkeley DB vs. Sequoiadb vs. Trafodion vs. YDB

Vergleich der Systemeigenschaften Microsoft Azure Data Explorer vs. Oracle Berkeley DB vs. Sequoiadb vs. Trafodion vs. YDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenOracle Berkeley DB  Xaus Vergleich ausschliessenSequoiadb  Xaus Vergleich ausschliessenTrafodion  Xaus Vergleich ausschliessenYDB  Xaus Vergleich ausschliessen
Apache Trafodion has been retired in 2021. Therefore it is excluded from the DB-Engines Ranking.
KurzbeschreibungFully managed big data interactive analytics platformWeit verbreiteter In-Process Key-Value StoreNewSQL database with distributed OLTP and SQLTransactional SQL-on-Hadoop DBMSA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primäres DatenbankmodellRelational DBMS infocolumn orientedKey-Value Store infounterstützt sortierte und unsortierte Key Sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Document Store
Relational DBMS
Relational DBMSDocument 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
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,38
Rang#77  Overall
#41  Relational DBMS
Punkte2,21
Rang#117  Overall
#20  Key-Value Stores
#3  Native XML DBMS
Punkte0,45
Rang#261  Overall
#41  Document Stores
#122  Relational DBMS
Punkte0,35
Rang#278  Overall
#43  Document Stores
#127  Relational DBMS
Websiteazure.microsoft.com/­services/­data-explorerwww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlwww.sequoiadb.comtrafodion.apache.orggithub.com/­ydb-platform/­ydb
ydb.tech
Technische Dokumentationdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.oracle.com/­cd/­E17076_05/­html/­index.htmlwww.sequoiadb.com/­en/­index.php?m=Files&a=indextrafodion.apache.org/­documentation.htmlydb.tech/­en/­docs
EntwicklerMicrosoftOracle infoursprünglich von Sleepycat entwickelt, von Oracle aufgekauftSequoiadb Ltd.Apache Software Foundation, originally developed by HPYandex
Erscheinungsjahr20191994201320142019
Aktuelle Versioncloud service with continuous releases18.1.40, Mai 20202.3.0, Februar 2019
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoKommerzielle Lizenz verfügbar bei BedarfOpen Source infoServer: AGPL; Client: Apache V2Open Source infoApache 2.0Open Source infoApache 2.0; commercial license available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC, Java, C++ (depending on the Berkeley DB edition)C++C++, Java
Server BetriebssystemegehostetAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
LinuxLinuxLinux
DatenschemaFixed schema with schema-less datatypes (dynamic)schemafreischemafreijaFlexible Schema (defined schema, partial schema, schema free)
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesneinja infooid, date, timestamp, binary, regexjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaja infoonly with the Berkeley DB XML editionneinneinnein
Sekundärindizesall fields are automatically indexedjajajaja
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetja infoSQL Interface basierend auf SQLite verfügbarSQL-like query languagejaSQL-like query language (YQL)
APIs und andere ZugriffskonzepteMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Proprietäres Protokoll basierend auf JSONADO.NET
JDBC
ODBC
RESTful HTTP API (DynamoDB compatible)
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
Andere infoEs gibt Libraries von Drittanbietern für zahlreiche Sprachen, die Berkeley DB Files bearbeiten können
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
.Net
C++
Java
PHP
Python
All languages supporting JDBC/ODBC/ADO.NetGo
Java
JavaScript (Node.js)
PHP
Python
Server-seitige Scripts infoStored ProceduresYes, possible languages: KQL, Python, RneinJavaScriptJava Stored Proceduresnein
Triggersja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyja infoonly for the SQL APIneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud servicekeineShardingShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-Replica ReplikationSource-Replica Replikationja, durch HBaseActive-passive shard replication
MapReduce infoBietet ein API für Map/Reduce OperationenSpark connector (open source): github.com/­Azure/­azure-kusto-sparkneinneinja infomittels user defined functions und HBasenein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency
Eventual ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACIDwährend einer Transaktion wird das Dokument gesperrtACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjaneinneinnein
Berechtigungskonzept infoZugriffskontrolleAzure Active Directory Authenticationneineinfacher Passwort-basierter ZugriffsschutzBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess rights defined for Yandex Cloud users

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
Microsoft Azure Data ExplorerOracle Berkeley DBSequoiadbTrafodionYDB
Erwähnungen in aktuellen Nachrichten

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

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

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

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

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

bereitgestellt von Google News

ACM recognizes far-reaching technical achievements with special awards
26. Mai 2021, EurekAlert

EC will investigate the Oracle/Sun takeover due to concerns about MySQL
3. September 2009, The Guardian

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5. März 2019, ADT Magazine

Motorola A780 Linux based smartphone to have mobile database
14. September 2004, Geekzone

The stable version of AlmaLinux 9.0 has already been released
26. Mai 2022, Linux Adictos

bereitgestellt von Google News

Evaluating HTAP Databases for Machine Learning Applications
2. November 2016, KDnuggets

HP Throws Trafodion Hat into OLTP Hadoop Ring
14. Juli 2014, Datanami

Low-latency, distributed database architectures are critical for emerging fog applications
7. April 2022, Embedded Computing Design

bereitgestellt von Google News

Personal Data Protection Service Initiates Probe into Yandex.Go App’s Data Processing
10. August 2023, Civil Georgia

Data leak from Russian delivery app shows dining habits of the secret police
3. April 2022, The Verge

Russian Court Sues Yandex CEO For LGBT Propaganda Case
3. Januar 2024, VOI.ID

Yandex code leak: Why hack of ‘Russian Google’s’ ranking factors has spooked the SEO industry
1. Februar 2023, The Indian Express

Yandex Food's Data Gets Leaked, Russian Secret Service Habits Are Revealed, Including Putin's Lover's House
4. April 2022, VOI English

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for 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

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

SingleStore logo

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

Präsentieren Sie hier Ihr Produkt