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. CockroachDB vs. EDB Postgres vs. Oracle NoSQL vs. Riak TS

Vergleich der Systemeigenschaften Citus vs. CockroachDB vs. EDB Postgres vs. Oracle NoSQL vs. Riak TS

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCitus  Xaus Vergleich ausschliessenCockroachDB  Xaus Vergleich ausschliessenEDB Postgres  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenRiak TS  Xaus Vergleich ausschliessen
KurzbeschreibungScalable hybrid operational and analytics RDBMS for big data use cases based on PostgreSQLCockroachDB 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.The EDB Postgres Platform is an enterprise-class data management platform based on the open source database PostgreSQL with flexible deployment options and Oracle compatibility features, complemented by tool kits for management, integration, and migration.A multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primäres DatenbankmodellRelational DBMSRelational DBMSRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Time Series DBMS
Sekundäre DatenbankmodelleDocument StoreDocument Store
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte2,21
Rang#129  Overall
#61  Relational DBMS
Punkte6,39
Rang#60  Overall
#34  Relational DBMS
Punkte2,46
Rang#121  Overall
#58  Relational DBMS
Punkte3,26
Rang#101  Overall
#18  Document Stores
#17  Key-Value Stores
#52  Relational DBMS
Punkte0,28
Rang#308  Overall
#27  Time Series DBMS
Websitewww.citusdata.comwww.cockroachlabs.comwww.enterprisedb.comwww.oracle.com/­database/­nosql/­technologies/­nosql
Technische Dokumentationdocs.citusdata.comwww.cockroachlabs.com/­docswww.enterprisedb.com/­docsdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.tiot.jp/­riak-docs/­riak/­ts/­latest
EntwicklerCockroach LabsEnterpriseDBOracleOpen Source, formerly Basho Technologies
Erscheinungsjahr20102015200520112015
Aktuelle Version8.1, Dezember 201823.1.1, Mai 202314, Dezember 202123.3, Dezember 20233.0.0, September 2022
Lizenz infoCommercial or Open SourceOpen Source infoAGPL, commercial license also availableOpen Source infoApache 2.0, commercial license availablekommerziell infoBSD for PostgreSQL-componentsOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CockroachDB: A cloud-native, distributed SQL database designed for speed, scale, and survival. Get started for free today with a fully-managed CockroachDB cluster -- leave operations behind and get your app to market faster.
ImplementierungsspracheCGoCJavaErlang
Server BetriebssystemeLinuxLinux
macOS
Windows
Linux
Windows
Linux
Solaris SPARC/x86
Linux
OS X
Datenschemajadynamic schemajaSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajaoptionalnein
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 functionalityneinja infospecific XML-type available, but no XML query functionality.neinnein
Sekundärindizesjajajajaeingeschränkt
SQL infoSupport of SQLja infostandard, with numerous extensionsyes, wire compatible with PostgreSQLja infoStandard mit zahlreichen ErweiterungenSQL-like DML and DDL statementsyes, limited
APIs und andere ZugriffskonzepteADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBCADO.NET
JDBC
native C library
ODBC
streaming API for large objects
RESTful HTTP APIHTTP API
Native Erlang Interface
Unterstützte Programmiersprachen.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
C
C++
Delphi
Java
Perl
PHP
Python
Tcl
C
C#
Go
Java
JavaScript (Node.js)
Python
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-seitige Scripts infoStored Proceduresbenutzerdefinierte Funktionen inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.neinbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)neinErlang
Triggersjaneinjaneinja infopre-commit hooks and post-commit hooks
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardinghorizontal 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 RAFThorizontale Partitionierung infoby hash, list or rangeShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica Replikation infoother methods possible by using 3rd party extensionsMulti-source replication using RAFTMulti-Source ReplikationElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurefrei wählbarer Replikationsfaktor
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinwith Hadoop integrationja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Eventual Consistency
Fremdschlüssel inforeferenzielle Integritätjajajaneinnein infolinks between datasets can be stored
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACIDkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)nein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajayes, multi-version concurrency control (MVCC)jaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinneinja infooff heap cache
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardRole-based access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardZugriffsrechte für Benutzer und Rollennein
Weitere Informationen bereitgestellt vom Systemhersteller
CitusCockroachDBEDB PostgresOracle NoSQLRiak TS
Specific characteristicsCockroachDB is a cloud-native, distributed SQL database architected for modern applications....
» mehr
Competitive advantages- EFFORTLESS SCALE: Scale your applications, not operational complexity. CockroachDB...
» mehr
Typical application scenariosPayment processing, user account management, metadata management, identity access...
» mehr
Key customersComcast, DoorDash, Mythical Games, Norfolk Southern, Netflix, LUSH, Bose, Shipt,...
» mehr
Market metrics12K+ long-running clusters 25K+ CockroachDB self-hosted clusters 75K+ CockroachDB...
» mehr
Licensing and pricing models- Apache 2.0 for core features released up to and including the 19.1 release - Time-limited...
» mehr

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
CitusCockroachDBEDB PostgresOracle NoSQLRiak TS
Erwähnungen in aktuellen Nachrichten

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

Microsoft Benchmarks Distributed PostgreSQL DBs
10. Juli 2023, Datanami

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

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

CockroachDB 23.2 Enhances Enterprise Architectures with Improved Postgres Compatibility and Built-in Resilience
18. Januar 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

CockroachDB's Latest Enhancements Focus on Resilience
18. Januar 2024, Database Trends and Applications

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

bereitgestellt von Google News

EnterpriseDB Bullish on Postgres' 2024 Potential
11. Januar 2024, Datanami

EDB Is Developing Its Flagship Database Into A Comprehensive Platform For Analytics, AI
27. Februar 2024, CRN

EDB Introduces Two New Ways to Get Postgres in AWS Marketplace
28. November 2023, Yahoo Finance

Key new features and innovations in EDB Postgres 16
1. Dezember 2023, InfoWorld

EDB Introduces Advanced Tools and Extensions in Postgres 16 Portfolio Release
9. November 2023, GlobeNewswire

bereitgestellt von Google News

Oracle Cloud Infrastructure Attains Expanded FedRAMP Authorization
7. Februar 2024, Yahoo Finance

Blog Theme - Details
21. August 2023, Oracle

Blog Theme - Details
4. April 2023, Oracle

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

Rubrik adds Oracle, NoSQL and SAP Hana data protection
14. November 2018, ComputerWeekly.com

bereitgestellt von Google News

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6. Oktober 2015, The Register

Enterprise NoSQL Database for the IoT Becomes Open Source
11. Mai 2016, ENGINEERING.com

What you missed in the Smart World: Amazon enters IoT space
12. Oktober 2015, SiliconANGLE News

Best open source databases for IoT applications
26. Mai 2017, Open Source For You

Managing time series data using InfluxData
26. Mai 2017, Open Source For You

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

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.

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

Präsentieren Sie hier Ihr Produkt