DB-EnginesExtremeDB: benchmark about the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > CockroachDB vs. Hazelcast vs. Redis

Vergleich der Systemeigenschaften CockroachDB vs. Hazelcast vs. Redis

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenHazelcast  Xaus Vergleich ausschliessenRedis  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.A widely adopted in-memory data gridPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.
Primäres DatenbankmodellRelational DBMSKey-Value StoreKey-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Sekundäre DatenbankmodelleDocument Store infoJSON support with IMDG 3.12Document Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte6,89
Rang#59  Overall
#34  Relational DBMS
Punkte7,87
Rang#56  Overall
#6  Key-Value Stores
Punkte163,68
Rang#6  Overall
#1  Key-Value Stores
Websitewww.cockroachlabs.comhazelcast.comredis.com
redis.io
Technische Dokumentationwww.cockroachlabs.com/­docshazelcast.org/­imdg/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerCockroach LabsHazelcastRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr201520082009
Aktuelle Version23.1.1, Mai 20235.3.2, August 20237.2.1, September 2023
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availableOpen Source infoApache Version 2; commercial licenses availableOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
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.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
ImplementierungsspracheGoJavaC
Server BetriebssystemeLinux
macOS
Windows
Alle Betriebssysteme mit einer Java VMBSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemadynamic schemaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajateilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinja infothe object must implement a serialization strategynein
Sekundärindizesjajaja infowith RediSearch module
SQL infoSupport of SQLyes, wire compatible with PostgreSQLSQL-like query languagenein
APIs und andere ZugriffskonzepteJDBCJCache
JPA
Memcached Protokoll
RESTful HTTP API
Proprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Server-seitige Scripts infoStored Proceduresneinja infoEvent Listeners, Executor ServicesLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersneinja infoEventspublish/subscribe channels provide some trigger functionality; RedisGears
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 RAFTShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTja infoReplicated MapMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
MapReduce infoBietet ein API für Map/Reduce Operationenneinjathrough RedisGears
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Fremdschlüssel inforeferenzielle Integritätjaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDone or two-phase-commit; repeatable reads; read commitedAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja infoDatenzugriffe werden vom Server serialisiert
Durability infoDauerhafte Speicherung der Datenjajaja infokonfigurierbare Persistenzmechanismen via snapshots oder logs
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjaja
Berechtigungskonzept infoZugriffskontrolleRole-based access controlRole-based access controlAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
Weitere Informationen bereitgestellt vom Systemhersteller
CockroachDBHazelcastRedis
Specific characteristicsCockroachDB is a cloud-native, distributed SQL database architected for modern applications....
» mehr
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantages- EFFORTLESS SCALE: Scale your applications, not operational complexity. CockroachDB...
» mehr
Redis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosSystem of record (financial ledger, inventory management, transaction record), identity...
» mehr
Redis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersComcast, DoorDash, Mythical Games, Norfolk Southern, LUSH, Bose, Shipt, Bitski, Five9,...
» mehr
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Market metrics10K+ long-running clusters 25K+ CockroachDB self-hosted clusters 75K+ CockroachDB...
» mehr
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Licensing and pricing models- Apache 2.0 for core features released up to and including the 19.1 release - Time-limited...
» mehr
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» 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
DrittanbieterRead the Redis NoSQL benchmark report.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» mehr

Aiven for Redis: Store and access your data quickly and efficiently.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
CockroachDBHazelcastRedis
DB-Engines Blog Posts

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Santander, Booking.com, and DoorDash Join Cockroach Labs ...
12. September 2023, PR Newswire

CockroachDB now supports Microsoft Azure, multiregion deployments
16. Mai 2023, InfoWorld

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

CockroachDB hits Azure at last after five-year mission
9. Juni 2023, The Register

There are lots of ways to put a database in the cloud – here's what to consider
15. September 2023, The Register

bereitgestellt von Google News

Hazelcast: The 'true' value of streaming real-time data
27. September 2023, ComputerWeekly.com

In-Memory Data Grid Market Intelligence Report Provides Potential ...
28. September 2023, Digital Journal

AArete partners with data firm Hazelcast
17. Juli 2023, Consulting.us

Secoda secures $14M to expand its data cataloging platform
21. September 2023, TechCrunch

Hazelcast CEO: Automation Rules The Real-Time Economy
10. Dezember 2022, Forbes

bereitgestellt von Google News

Redis Enterprise Cloud Integration with Amazon Bedrock Now ...
13. September 2023, Business Wire

The 12 Best Enterprise Data Lake Solutions for 2023
29. September 2023, Solutions Review

Flowdesk - using in-memory database to make digital finance fast and accessible
4. September 2023, diginomica

P2Pinfect botnet targets Redis and SSH services
20. September 2023, SC Media

IBM Bolsters Database Security with Guardium 12.0
27. September 2023, IT Jungle

bereitgestellt von Google News

Jobangebote

Engineering Manager, Platform
LaunchDarkly, Remote

Manager, Backend Engineering
Zero Longevity Science, Montana

Software Engineer Graduate (Database Team) - 2024 Start (BS/MS)
ByteDance, San Jose, CA

Application Software Engineer, Data
SpaceX, Hawthorne, CA

Backend Engineer, Managed Datastores
Render, San Francisco Bay Area, CA

Backend Engineer
MEP, Remote

Junior MySQL DBA
Covenant Eyes, Owosso, MI

Backend Developer
Arival Bank, Remote

Junior Developer
TrafficHaus, San Diego, CA

Ad Tech Full Stack Developer
IDT Corporation, Newark, NJ

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Neo4j logo

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

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