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 > InfinityDB vs. Microsoft Azure Data Explorer vs. Oracle NoSQL vs. TDengine

Vergleich der Systemeigenschaften InfinityDB vs. Microsoft Azure Data Explorer vs. Oracle NoSQL vs. TDengine

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameInfinityDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenTDengine  Xaus Vergleich ausschliessen
KurzbeschreibungA Java embedded Key-Value Store which extends the Java Map interfaceFully managed big data interactive analytics platformA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesTime Series DBMS and big data platform
Primäres DatenbankmodellKey-Value StoreRelational DBMS infocolumn orientedDocument Store
Key-Value Store
Relational DBMS
Time Series 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
Relational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,00
Rang#378  Overall
#57  Key-Value Stores
Punkte4,38
Rang#77  Overall
#41  Relational DBMS
Punkte2,95
Rang#100  Overall
#17  Document Stores
#17  Key-Value Stores
#50  Relational DBMS
Punkte2,60
Rang#107  Overall
#8  Time Series DBMS
Websiteboilerbay.comazure.microsoft.com/­services/­data-explorerwww.oracle.com/­database/­nosql/­technologies/­nosqlgithub.com/­taosdata/­TDengine
tdengine.com
Technische Dokumentationboilerbay.com/­infinitydb/­manualdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.tdengine.com
EntwicklerBoiler Bay Inc.MicrosoftOracleTDEngine, previously Taos Data
Erscheinungsjahr2002201920112019
Aktuelle Version4.0cloud service with continuous releases23.3, Dezember 20233.0, August 2022
Lizenz infoCommercial or Open SourcekommerziellkommerziellOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoAGPL V3, also commercial editions available
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.
ImplementierungsspracheJavaJavaC
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMgehostetLinux
Solaris SPARC/x86
Linux
Windows
Datenschemaja infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeFixed schema with schema-less datatypes (dynamic)Support Fixed schema and Schema-less deployment with the ability to interoperate between them.ja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja 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-typesoptionalja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinjaneinnein
Sekundärindizesnein infomanual creation possible, using inversions based on multi-value capabilityall fields are automatically indexedjanein
SQL infoSupport of SQLneinKusto Query Language (KQL), SQL subsetSQL-like DML and DDL statementsStandard SQL with extensions for time-series applications
APIs und andere ZugriffskonzepteAccess 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
RESTful HTTP APIJDBC
RESTful HTTP API
Unterstützte ProgrammiersprachenJava.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Rust
Server-seitige Scripts infoStored ProceduresneinYes, possible languages: KQL, Python, Rneinnein
Triggersneinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyneinyes, via alarm monitoring
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding infoImplicit feature of the cloud serviceShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenkeineja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Electable source-replica replication per shard. Support distributed global deployment with Multi-region table featureja
MapReduce infoBietet ein API für Map/Reduce OperationenneinSpark connector (open source): github.com/­Azure/­azure-kusto-sparkwith Hadoop integration
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Fremdschlüssel inforeferenzielle Integritätnein infomanual creation possible, using inversions based on multi-value capabilityneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infoOptimistic locking for transactions; no isolation for bulk loadsneinkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinja infooff heap cache
Berechtigungskonzept infoZugriffskontrolleneinAzure Active Directory AuthenticationZugriffsrechte für Benutzer und Rollenyes
Weitere Informationen bereitgestellt vom Systemhersteller
InfinityDBMicrosoft Azure Data ExplorerOracle NoSQLTDengine
Specific characteristicsTDengine™ is a next generation data historian purpose-built for Industry 4.0 and...
» mehr
Competitive advantagesHigh Performance at any Scale: TDengine is purpose-built for handling massive industrial...
» mehr
Typical application scenariosTDengine is designed for Industrial IoT scenarios, including: Manufacturing Connected...
» mehr
Market metricsTDengine has garnered over 22,500 stars on GitHub and is used in over 50 countries...
» mehr
Licensing and pricing modelsTDengine OSS is an open source, cloud native time series database. It includes built-in...
» mehr
Neuigkeiten

Can Typical Time-Series Databases Replace Data Historians?
8. Mai 2024

TDengine 3.3.0.0 Release Notes
7. Mai 2024

How to Unlock Value from Industrial Data with AI and ML Technology
6. Mai 2024

Compare InfluxDB vs. TDengine
19. April 2024

Why We Need the Next Generation Data Historian
15. April 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
InfinityDBMicrosoft Azure Data ExplorerOracle NoSQLTDengine
Erwähnungen in aktuellen Nachrichten

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

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

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

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

Azure Data Explorer and Stream Analytics for anomaly detection
16. Januar 2020, Microsoft

bereitgestellt von Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21. August 2023, blogs.oracle.com

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18. November 2021, blogs.oracle.com

Oracle Defends Relational DBs Against NoSQL Competitors
25. November 2015, eWeek

Larry Ellison Just Embraced the Enemy. Or Did He?
1. Oktober 2012, WIRED

What You Need to Know About NoSQL Databases
17. Februar 2012, Forbes

bereitgestellt von Google News

TDengine debuts cloud-based time-series data processing platform for IoT deployments
20. September 2022, SiliconANGLE News

New TDengine Benchmark Results Show Up to 37.0x Higher Query Performance Than InfluxDB and TimescaleDB
28. Februar 2023, GlobeNewswire

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

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

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