DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > Microsoft Azure Data Explorer vs. QuestDB vs. RocksDB vs. SAP SQL Anywhere vs. YottaDB

Vergleich der Systemeigenschaften Microsoft Azure Data Explorer vs. QuestDB vs. RocksDB vs. SAP SQL Anywhere vs. YottaDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenQuestDB  Xaus Vergleich ausschliessenRocksDB  Xaus Vergleich ausschliessenSAP SQL Anywhere infofrüher Adaptive Server Anywhere genannt  Xaus Vergleich ausschliessenYottaDB  Xaus Vergleich ausschliessen
KurzbeschreibungFully managed big data interactive analytics platformA high performance open source SQL database for time series dataEmbeddable persistent key-value store optimized for fast storage (flash and RAM)RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsA fast and solid embedded Key-value store
Primäres DatenbankmodellRelational DBMS infocolumn orientedTime Series DBMSKey-Value StoreRelational DBMSKey-Value Store
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
Relational DBMSRelational DBMS infousing the Octo plugin
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,28
Rang#83  Overall
#45  Relational DBMS
Punkte2,81
Rang#98  Overall
#7  Time Series DBMS
Punkte2,84
Rang#97  Overall
#16  Key-Value Stores
Punkte3,50
Rang#81  Overall
#44  Relational DBMS
Punkte0,21
Rang#309  Overall
#43  Key-Value Stores
Websiteazure.microsoft.com/­services/­data-explorerquestdb.iorocksdb.orgwww.sap.com/­products/­technology-platform/­sql-anywhere.htmlyottadb.com
Technische Dokumentationdocs.microsoft.com/­en-us/­azure/­data-explorerquestdb.io/­docsgithub.com/­facebook/­rocksdb/­wikihelp.sap.com/­docs/­SAP_SQL_Anywhereyottadb.com/­resources/­documentation
EntwicklerMicrosoftQuestDB Technology IncFacebook, Inc.SAP infofrüher SybaseYottaDB, LLC
Erscheinungsjahr20192014201319922001
Aktuelle Versioncloud service with continuous releases9.4.0, Juni 202417, Juli 2015
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache 2.0Open Source infoBSDkommerziellOpen Source infoAGPL 3.0
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.
ImplementierungsspracheJava (Zero-GC), C++, RustC++C
Server BetriebssystemegehostetLinux
macOS
Windows
LinuxAIX
HP-UX
Linux
OS X
Solaris
Windows
Docker
Linux
DatenschemaFixed schema with schema-less datatypes (dynamic)ja infoschema-free via InfluxDB Line Protocolschemafreijaschemafrei
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-typesjaneinjanein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinneinjanein
Sekundärindizesall fields are automatically indexedneinneinjanein
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetSQL with time-series extensionsneinjaby using the Octo plugin
APIs und andere ZugriffskonzepteMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
C++ API
Java API
ADO.NET
HTTP API
JDBC
ODBC
PostgreSQL wire protocol infousing the Octo plugin
Proprietäres Protokoll
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
C
C++
Go
Java
Perl
Python
Ruby
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
C
Go
JavaScript (Node.js)
Lua
M
Perl
Python
Rust
Server-seitige Scripts infoStored ProceduresYes, possible languages: KQL, Python, Rneinneinyes, in C/C++, Java, .Net or Perl
Triggersja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoImplicit feature of the cloud servicehorizontal partitioning (by timestamps)horizontal partitioningkeine
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 replication with eventual consistencyjaSource-Replica Replikation infoDatabase mirroringja
MapReduce infoBietet ein API für Map/Reduce OperationenSpark connector (open source): github.com/­Azure/­azure-kusto-sparkneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACID for single-table writesjaACIDoptimistic Locking
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 haltenneinja infothrough memory mapped filesjajaja
Berechtigungskonzept infoZugriffskontrolleAzure Active Directory AuthenticationneinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer und Gruppen basierend auf Betriebssystem-Security
Weitere Informationen bereitgestellt vom Systemhersteller
Microsoft Azure Data ExplorerQuestDBRocksDBSAP SQL Anywhere infofrüher Adaptive Server Anywhere genanntYottaDB
Neuigkeiten

Combine Java and Rust Code Coverage in a Polyglot Project
10. September 2024

Weather data visualization and forecasting with QuestDB, Kafka and Grafana
4. September 2024

Building a new vector based storage model
22. August 2024

Calibrating VWAP executions with QuestDB and Grafana
16. August 2024

Write Time: a call for community writers
13. August 2024

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 ExplorerQuestDBRocksDBSAP SQL Anywhere infofrüher Adaptive Server Anywhere genanntYottaDB
Erwähnungen in aktuellen Nachrichten

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

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

Announcing General Availability of Graph Semantics in Kusto
27. Mai 2024, azure.microsoft.com

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

bereitgestellt von Google News

SQL Extensions for Time-Series Data in QuestDB
11. Januar 2021, Towards Data Science

QuestDB snares $12M Series A with hosted version coming soon
3. November 2021, TechCrunch

Comparing Different Time-Series Databases
10. Februar 2022, hackernoon.com

Q&A: Nicolas Hourcard, QuestDB: The advantages of a time-series database
3. Dezember 2020, Developer News

Aquis Exchange Goes Live With QuestDB For Real Time Monitoring
2. November 2022, FinanceFeeds

bereitgestellt von Google News

AMD EPYC vs. Intel Xeon Cascadelake With Facebook's RocksDB Database
17. Oktober 2019, Phoronix

Pliops Unveils Accelerated Key-Value Store That Boosts RocksDB Performance by 20x at OCP Global Summit
18. Oktober 2022, GlobeNewswire

Did Rockset Just Solve Real-Time Analytics?
25. August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31. August 2022, The Next Platform

Facebook’s MyRocks Truly Rocks!
21. September 2020, Open Source For You

bereitgestellt von Google News

SAP Products & Services Data Portfolio
2. Juli 2021, Datamation

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11. Juli 2023, CybersecurityNews

Securing SAP with AWS Network Firewall: Part 2 – Managed Rules
17. Juli 2023, AWS Blog

MindsDB is now the leading and fastest growing applied ML platform in the world
3. November 2022, PR Newswire

Gartner’s Magic Quadrant for Cloud Database Management Systems
9. Dezember 2020, CRN

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Milvus logo

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

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.

Präsentieren Sie hier Ihr Produkt