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 > Citus vs. InfinityDB vs. Microsoft Azure Data Explorer vs. Sequoiadb vs. TimesTen

Vergleich der Systemeigenschaften Citus vs. InfinityDB vs. Microsoft Azure Data Explorer vs. Sequoiadb vs. TimesTen

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCitus  Xaus Vergleich ausschliessenInfinityDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenSequoiadb  Xaus Vergleich ausschliessenTimesTen  Xaus Vergleich ausschliessen
KurzbeschreibungScalable hybrid operational and analytics RDBMS for big data use cases based on PostgreSQLA Java embedded Key-Value Store which extends the Java Map interfaceFully managed big data interactive analytics platformNewSQL database with distributed OLTP and SQLIn-Memory RDBMS compatible to Oracle
Primäres DatenbankmodellRelational DBMSKey-Value StoreRelational DBMS infocolumn orientedDocument Store
Relational DBMS
Relational DBMS
Sekundäre DatenbankmodelleDocument StoreDocument 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
Punkte2,21
Rang#118  Overall
#56  Relational DBMS
Punkte0,00
Rang#378  Overall
#57  Key-Value Stores
Punkte4,38
Rang#77  Overall
#41  Relational DBMS
Punkte0,45
Rang#261  Overall
#41  Document Stores
#122  Relational DBMS
Punkte1,31
Rang#163  Overall
#74  Relational DBMS
Websitewww.citusdata.comboilerbay.comazure.microsoft.com/­services/­data-explorerwww.sequoiadb.comwww.oracle.com/­database/­technologies/­related/­timesten.html
Technische Dokumentationdocs.citusdata.comboilerbay.com/­infinitydb/­manualdocs.microsoft.com/­en-us/­azure/­data-explorerwww.sequoiadb.com/­en/­index.php?m=Files&a=indexdocs.oracle.com/­database/­timesten-18.1
EntwicklerBoiler Bay Inc.MicrosoftSequoiadb Ltd.Oracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Erscheinungsjahr20102002201920131998
Aktuelle Version8.1, Dezember 20184.0cloud service with continuous releases11 Release 2 (11.2.2.8.0)
Lizenz infoCommercial or Open SourceOpen Source infoAGPL, commercial license also availablekommerziellkommerziellOpen Source infoServer: AGPL; Client: Apache V2kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheCJavaC++
Server BetriebssystemeLinuxAlle Betriebssysteme mit einer Java VMgehostetLinuxAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Datenschemajaja infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeFixed schema with schema-less datatypes (dynamic)schemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja 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-typesja infooid, date, timestamp, binary, regexja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTja infospecific XML type available, but no XML query functionalityneinjaneinnein
Sekundärindizesjanein infomanual creation possible, using inversions based on multi-value capabilityall fields are automatically indexedjaja
SQL infoSupport of SQLja infostandard, with numerous extensionsneinKusto Query Language (KQL), SQL subsetSQL-like query languageja
APIs und andere ZugriffskonzepteADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Access 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
Proprietäres Protokoll basierend auf JSONJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Unterstützte Programmiersprachen.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Java.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C++
Java
PHP
Python
C
C++
Java
PL/SQL
Server-seitige Scripts infoStored Proceduresbenutzerdefinierte Funktionen inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.neinYes, possible languages: KQL, Python, RJavaScriptPL/SQL
Triggersjaneinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingkeineSharding infoImplicit feature of the cloud serviceShardingkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica Replikation infoother methods possible by using 3rd party extensionskeineja infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-Replica ReplikationMulti-Source Replikation
Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce OperationenneinneinSpark connector (open source): github.com/­Azure/­azure-kusto-sparkneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency
Immediate Consistency
Eventual ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Fremdschlüssel inforeferenzielle Integritätjanein infomanual creation possible, using inversions based on multi-value capabilityneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoOptimistic locking for transactions; no isolation for bulk loadsneinwährend einer Transaktion wird das Dokument gesperrtACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja infoby means of logfiles and checkpoints
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinneinneinja
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardneinAzure Active Directory Authenticationeinfacher Passwort-basierter ZugriffsschutzBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard

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
CitusInfinityDBMicrosoft Azure Data ExplorerSequoiadbTimesTen
Erwähnungen in aktuellen Nachrichten

Ubicloud wants to build an open source alternative to AWS
5. März 2024, TechCrunch

How Citus Health Uses AWS to Provide Secure and Real-Time Virtual Patient Care - AWS Startups
18. August 2023, AWS Blog

Microsoft Benchmarks Distributed PostgreSQL DBs
10. Juli 2023, Datanami

Distributed PostgreSQL Benchmarks: Azure Cosmos DB, CockroachDB, and YugabyteDB
8. Juli 2023, InfoQ.com

Microsoft acquires Citus Data, re-affirming its commitment to Open Source and accelerating Azure PostgreSQL ...
24. Januar 2019, Microsoft

bereitgestellt von Google News

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

General availability: New KQL function to enrich your data analysis with geographic context | Azure updates
6. Juni 2023, Microsoft

Public Preview: Azure Cosmos DB to Azure Data Explorer Synapse Link | Azure updates
9. Januar 2023, Microsoft

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

bereitgestellt von Google News

In-memory databases with Emulex Gen 7
25. Oktober 2023, Broadcom 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

RaimaDB logo

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

SingleStore logo

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

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