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. Datomic vs. EDB Postgres vs. NSDb vs. RethinkDB

Vergleich der Systemeigenschaften CockroachDB vs. Datomic vs. EDB Postgres vs. NSDb vs. RethinkDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenDatomic  Xaus Vergleich ausschliessenEDB Postgres  Xaus Vergleich ausschliessenNSDb  Xaus Vergleich ausschliessenRethinkDB  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.DBMS mit Fokus auf der Abspeicherung von historischen Daten und 'point-in-time queries'. Es verwendet Fremdsysteme zur Speicherung der DatenThe 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.Scalable, High-performance Time Series DBMS designed for Real-time Analytics on top of KubernetesDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primäres DatenbankmodellRelational DBMSRelational DBMSRelational DBMSTime Series DBMSDocument Store
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte6,10
Rang#58  Overall
#33  Relational DBMS
Punkte1,76
Rang#145  Overall
#66  Relational DBMS
Punkte2,18
Rang#122  Overall
#59  Relational DBMS
Punkte0,00
Rang#396  Overall
#42  Time Series DBMS
Punkte2,84
Rang#106  Overall
#19  Document Stores
Websitewww.cockroachlabs.comwww.datomic.comwww.enterprisedb.comnsdb.iorethinkdb.com
Technische Dokumentationwww.cockroachlabs.com/­docsdocs.datomic.comwww.enterprisedb.com/­docsnsdb.io/­Architecturerethinkdb.com/­docs
EntwicklerCockroach LabsCognitectEnterpriseDBThe Linux Foundation infosince July 2017
Erscheinungsjahr20152012200520172009
Aktuelle Version23.1.1, Mai 20231.0.6735, Juni 202314, Dezember 20212.4.1, August 2020
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availablekommerziell infoLimitierte Edition gratiskommerziell infoBSD for PostgreSQL-componentsOpen Source infoApache Version 2.0Open Source infoApache Version 2
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.
ImplementierungsspracheGoJava, ClojureCJava, ScalaC++
Server BetriebssystemeLinux
macOS
Windows
Alle Betriebssysteme mit einer Java VMLinux
Windows
Linux
macOS
Linux
OS X
Windows
Datenschemadynamic schemajajaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajayes: int, bigint, decimal, stringja infostring, binary, float, bool, date, geometry
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinja infospecific XML-type available, but no XML query functionality.neinnein
Sekundärindizesjajajaall fields are automatically indexedja
SQL infoSupport of SQLyes, wire compatible with PostgreSQLneinja infoStandard mit zahlreichen ErweiterungenSQL-like query languagenein
APIs und andere ZugriffskonzepteJDBCRESTful HTTP APIADO.NET
JDBC
native C library
ODBC
streaming API for large objects
gRPC
HTTP REST
WebSocket
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Clojure
Java
.Net
C
C++
Delphi
Java
Perl
PHP
Python
Tcl
Java
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-seitige Scripts infoStored Proceduresneinja infoTransaction Functionsbenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)nein
TriggersneinBy using transaction functionsjaClient-side triggers through changefeeds
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 RAFTkeine infoBut extensive use of caching in the application peershorizontale Partitionierung infoby hash, list or rangeShardingSharding inforange based
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTkeine infoBut extensive use of caching in the application peersMulti-Source ReplikationSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinjaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACIDneinAtomic single-document operations
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajayes, multi-version concurrency control (MVCC)jaja infoMVCC based
Durability infoDauerhafte Speicherung der Datenjaja infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)jaUsing Apache Luceneja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja inforecommended only for testing and developmentneinnein
Berechtigungskonzept infoZugriffskontrolleRole-based access controlneinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardja infousers and table-level permissions
Weitere Informationen bereitgestellt vom Systemhersteller
CockroachDBDatomicEDB PostgresNSDbRethinkDB
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
CockroachDBDatomicEDB PostgresNSDbRethinkDB
DB-Engines Blog Posts

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

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

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

bereitgestellt von Google News

Nubank buys firm behind Clojure programming language
28. Juli 2020, Finextra

Zoona Case Study
16. Dezember 2017, AWS Blog

Architecting Software for Leverage
13. November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1. Dezember 2020, The New Stack

Relational, NoSQL, Ledger Databases work, not Permissioned Blockchains.
13. Januar 2019, hackernoon.com

bereitgestellt von Google News

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

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

EDB, a global leader in Postgres, appoints Ramesh Mamgain as VP for India & SAARC region
16. April 2024, APN News

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

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

bereitgestellt von Google News

An introduction to building realtime apps with RethinkDB
9. Juli 2022, devm.io

Stripe acquires team behind NoSQL database startup RethinkDB
5. Oktober 2016, VentureBeat

Realtime App Development with RethinkDB and React Native — SitePoint
17. Juni 2016, SitePoint

MongoDB: The Popular Database for IoT
15. August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24. Januar 2017, TechRepublic

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

AllegroGraph logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

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

Präsentieren Sie hier Ihr Produkt