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 > CockroachDB vs. Microsoft Azure Data Explorer vs. Oracle NoSQL vs. Sadas Engine

Vergleich der Systemeigenschaften CockroachDB vs. Microsoft Azure Data Explorer vs. Oracle NoSQL vs. Sadas Engine

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenMicrosoft Azure Data Explorer  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenSadas Engine  Xaus Vergleich ausschliessen
KurzbeschreibungCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Fully 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 nodesSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environments
Primäres DatenbankmodellRelational DBMSRelational DBMS infocolumn orientedDocument Store
Key-Value Store
Relational DBMS
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
Punkte6,10
Rang#58  Overall
#33  Relational DBMS
Punkte5,16
Rang#69  Overall
#37  Relational DBMS
Punkte2,96
Rang#103  Overall
#18  Document Stores
#17  Key-Value Stores
#52  Relational DBMS
Punkte0,03
Rang#379  Overall
#156  Relational DBMS
Websitewww.cockroachlabs.comazure.microsoft.com/­services/­data-explorerwww.oracle.com/­database/­nosql/­technologies/­nosqlwww.sadasengine.com
Technische Dokumentationwww.cockroachlabs.com/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentation
EntwicklerCockroach LabsMicrosoftOracleSADAS s.r.l.
Erscheinungsjahr2015201920112006
Aktuelle Version23.1.1, Mai 2023cloud service with continuous releases23.3, Dezember 20238.0
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availablekommerziellOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)kommerziell infofree trial version 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.
ImplementierungsspracheGoJavaC++
Server BetriebssystemeLinux
macOS
Windows
gehostetLinux
Solaris SPARC/x86
AIX
Linux
Windows
Datenschemadynamic schemaFixed 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 datejaja 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ärindizesjaall fields are automatically indexedjaja
SQL infoSupport of SQLyes, wire compatible with PostgreSQLKusto Query Language (KQL), SQL subsetSQL-like DML and DDL statementsja
APIs und andere ZugriffskonzepteJDBCMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
RESTful HTTP APIJDBC
ODBC
Proprietäres Protokoll
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
Go
Java
JavaScript (Node.js)
Python
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-seitige Scripts infoStored ProceduresneinYes, possible languages: KQL, Python, Rneinnein
Triggersneinja infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTSharding infoImplicit feature of the cloud serviceShardinghorizontale Partitionierung
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTja 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 featurekeine
MapReduce infoBietet ein API für Map/Reduce OperationenneinSpark connector (open source): github.com/­Azure/­azure-kusto-sparkwith Hadoop integrationnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinkonfigurierbar 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 cacheja infomanaged by 'Learn by Usage'
Berechtigungskonzept infoZugriffskontrolleRole-based access controlAzure Active Directory AuthenticationZugriffsrechte für Benutzer und RollenAccess rights for users, groups and roles according to 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
CockroachDBMicrosoft Azure Data ExplorerOracle NoSQLSadas Engine
Erwähnungen in aktuellen Nachrichten

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9. April 2024, PR Newswire

CockroachDB tempts legacy databases to crawl into the cloud age
29. Januar 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5. Dezember 2023, The New Stack

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6. November 2023, AWS Blog

Cockroach Entices High-End Legacy Workloads with v23.2
18. Januar 2024, Datanami

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.com

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

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

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

bereitgestellt von Google News

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

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

Oracle NoSQL database comes to the cloud
2. April 2020, TechTarget

Oracle Beefs Up Its NoSQL Database Offering
3. April 2014, Data Center Knowledge

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

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

SingleStore logo

Database for your real-time AI and Analytics Apps.
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.

Präsentieren Sie hier Ihr Produkt