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

DBMS > GridGain vs. InterSystems IRIS vs. Redis

Vergleich der Systemeigenschaften GridGain vs. InterSystems IRIS vs. Redis

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameGridGain  Xaus Vergleich ausschliessenInterSystems IRIS  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessen
KurzbeschreibungGridGain is an in-memory computing platform, built on Apache IgniteA containerised multi-model DBMS, interoperability and analytics data platform with wide capabilities for vertical and horizontal scalabilityPopular 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 DatenbankmodellKey-Value Store
Relational DBMS
Document Store
Key-Value Store
Object oriented DBMS
Relational DBMS
Key-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Sekundäre DatenbankmodelleDocument 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
Punkte2,11
Rang#149  Overall
#26  Key-Value Stores
#69  Relational DBMS
Punkte3,39
Rang#104  Overall
#20  Document Stores
#19  Key-Value Stores
#1  Object oriented DBMS
#52  Relational DBMS
Punkte163,68
Rang#6  Overall
#1  Key-Value Stores
Websitewww.gridgain.comwww.intersystems.com/­products/­intersystems-irisredis.com
redis.io
Technische Dokumentationwww.gridgain.com/­docs/­index.htmldocs.intersystems.com/­irislatest/­csp/­docbook/­DocBook.UI.Page.clsdocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerGridGain Systems, Inc.InterSystemsRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr200720182009
Aktuelle VersionGridGain 8.5.12021.1, Juni 20217.2.0, August 2023
Lizenz infoCommercial or Open SourcekommerziellkommerziellOpen 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.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
ImplementierungsspracheJava, C++, .NetC
Server BetriebssystemeLinux
OS X
Solaris
Windows
AIX
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemajadepending on used data modelschemafrei
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, XSLTjajanein
Sekundärindizesjajaja infowith RediSearch module
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLjanein
APIs und andere ZugriffskonzepteHDFS API
Hibernate
JCache
JDBC
ODBC
Propriätäres Protokoll
RESTful HTTP API
Spring Data
JDBC
ODBC
RESTful HTTP API
Proprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte ProgrammiersprachenC#
C++
Java
PHP
Python
Ruby
Scala
.Net
C++
Java
JavaScript (Node.js)
Python
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 Proceduresyes (compute grid and cache interceptors can be used instead)jaLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyes (cache interceptors and events)japublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenyes (replicated cache)Source-Replica ReplikationMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
MapReduce infoBietet ein API für Map/Reduce Operationenyes (compute grid and hadoop accelerator)neinthrough RedisGears
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual 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ätneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDAtomic 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 haltenjajaja
Berechtigungskonzept infoZugriffskontrolleSecurity Hooks for custom implementationsyesAccess 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
GridGainInterSystems IRISRedis
Specific characteristicsThe Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantagesRedis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosRedis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersVerizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Market metricsMost launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Licensing and pricing modelsRedis 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
DrittanbieterNavicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» mehr

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

Read the Redis NoSQL benchmark report.
» mehr

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

CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
GridGainInterSystems IRISRedis
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

GridGain Named in the 2023 Gartner Market Guide for Event Stream ...
23. August 2023, Datanami

GridGain Adds Andy Sacks as Chief Revenue Officer, Promotes Lalit ...
17. Juli 2023, GlobeNewswire

GridGain Continues to Deliver Strong Growth in 2022
2. Februar 2023, GlobeNewswire

In-Memory Data Grid Market is Booming Across the Global Players ...
18. September 2023, Digital Journal

In-Memory Database Market Size, Research Report 2023-2031
19. September 2023, Benzinga

bereitgestellt von Google News

InterSystems IRIS for Health Eases SATUSEHAT Compliance and ...
18. September 2023, PRWire

The Smarter Approach to Winning in the Battleground for Insights ...
31. August 2023, Finovate

InterSystems taps Volumez to provide storage – Blocks and Files
20. Juni 2023, Blocks & Files

How InterSystems' IRIS facilitates Doxa Connex's data movement for ...
26. Mai 2023, Singapore Business Review

InterSystems IRIS Data Platform reduces complexity for Epic ...
13. November 2020, TechTarget

bereitgestellt von Google News

Redis Database Platform Enhances Search Scalability, Data ...
25. August 2023, Acceleration Economy

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

Redis Enterprise Cloud Integration with Amazon Bedrock Now ...
14. September 2023, Datanami

Presto Foundation Announces Contributions by IBM and Uber that ...
20. September 2023, Business Wire

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

bereitgestellt von Google News

Jobangebote

Business Development Representative (USA - Remote)
GridGain Systems, Dallas, TX

Technical Product Manager (USA - Remote)
GridGain Systems, Chicago, IL

Senior Consultant - (USA - Remote)
GridGain Systems, Chicago, IL

Enterprise Account Manager (USA, West Region - Remote)
GridGain Systems, Phoenix, AZ

InterSystems IRIS Developer
Emerging Tech, LLC, Washington, DC

HealthShare/HL7 Engineer (Remote Opportunity)
VetsEZ, Remote

InterSystems Ensemble / IRIS Developer (FT)
BDR Solutions, Remote

Intersystems HealthShare DevOps Engineer (Remote Opportunity)
VetsEZ, Remote

InterSystem Ensemble/Iris Developer
BDR Solutions LLC, Remote

Senior Backend Software Engineer
CrossFit, Remote

Access Assurance Operations Analyst
TikTok, Atlanta, GA

Database Administrator
Bigbear.ai, Chantilly, VA

SQL/Database Team Lead
Gainwell Technologies LLC, Texas

Database Developer / Engineer : 202309356
eTRANSERVICES, Remote

jobs by Indeed



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

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.

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Redis logo

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

Präsentieren Sie hier Ihr Produkt