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

DBMS > GridGain vs. OpenTSDB vs. Redis

Vergleich der Systemeigenschaften GridGain vs. OpenTSDB 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 ausschliessenOpenTSDB  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessen
KurzbeschreibungGridGain is an in-memory computing platform, built on Apache IgniteSkalierbares Timeseries DBMS basierend auf HBasePopular 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
Time Series DBMSKey-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
Punkte2,11
Rang#150  Overall
#12  Time Series DBMS
Punkte163,68
Rang#6  Overall
#1  Key-Value Stores
Websitewww.gridgain.comopentsdb.netredis.com
redis.io
Technische Dokumentationwww.gridgain.com/­docs/­index.htmlopentsdb.net/­docs/­build/­html/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerGridGain Systems, Inc.derzeit von Yahoo und anderen gewartetRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr200720112009
Aktuelle VersionGridGain 8.5.17.2.1, September 2023
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoLGPLOpen 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.
  • 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.
ImplementierungsspracheJava, C++, .NetJavaC
Server BetriebssystemeLinux
OS X
Solaris
Windows
Linux
Windows
BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemajaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejanumerische Daten für Metriken, Strings für Tagsteilweise 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, XSLTjaneinnein
Sekundärindizesjaneinja infowith RediSearch module
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLneinnein
APIs und andere ZugriffskonzepteHDFS API
Hibernate
JCache
JDBC
ODBC
Propriätäres Protokoll
RESTful HTTP API
Spring Data
HTTP API
Telnet API
Proprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte ProgrammiersprachenC#
C++
Java
PHP
Python
Ruby
Scala
Erlang
Go
Java
Python
R
Ruby
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)neinLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyes (cache interceptors and events)neinpublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infobasierend auf HBaseSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenyes (replicated cache)frei wählbarer Replikationsfaktor infobasierend auf HBaseMulti-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 Consistency infobasierend auf HBaseEventual 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ätneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinAtomic 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 haltenjaneinja
Berechtigungskonzept infoZugriffskontrolleSecurity Hooks for custom implementationsneinAccess 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
GridGainOpenTSDBRedis
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
DrittanbieterCData: 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

Read the Redis NoSQL benchmark report.
» 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
GridGainOpenTSDBRedis
DB-Engines Blog Posts

Time Series DBMS are the database category with the fastest increase in popularity
4. Juli 2016, Matthias Gelbmann

alle anzeigen

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

In Memory Computing Market Size, Growth, Latest Research Report, Share Analysis 2023 - 2030 | Top Countri
24. September 2023, Benzinga

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

GridGain Named in the 2023 Gartner® Market Guide for Event ...
22. August 2023, GlobeNewswire

GridGain Releases Conference Schedule for Virtual Apache Ignite ...
1. Juni 2023, Datanami

bereitgestellt von Google News

Comparing Different Time-Series Databases
10. Februar 2022, hackernoon.com

Security Bulletin 13 Sep 2023
13. September 2023, Cyber Security Agency of Singapore

Automate Anomaly Detection for Time Series Data
2. August 2022, The New Stack

【セキュリティ ニュース】「OpenTSDB」にリモートよりコードを実行される ...
5. Juli 2023, Security NEXT

【セキュリティ ニュース】分散型データベース「OpenTSDB」に ...
11. Mai 2023, Security NEXT

bereitgestellt von Google News

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

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

10 Essential Go Packages for Modern Web Development That You ...
11. September 2023, Medium

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

Open-Source Database Software Market Key Companies, Opportunity, Segmentation, Development Trends and Competit
22. September 2023, openPR

bereitgestellt von Google News

Jobangebote

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

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

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

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

Hadoop Admin
Wipro Limited, Texas City, TX

Big Data Developer
Imagination Software Technologies, Highlands Ranch, CO

Software Engineer / Senior Software Engineer
Dhyan Networks and Technologies, Fremont, CA

Software Engineer 3
RedDrum, United States

System Development/Engineer
BCT LLC, Annapolis Junction, MD

Database Engineer
Miracle Software Systems, Michigan

Database Architect
Language IO Inc, Cheyenne, WY

Database Developer / Engineer : 356 i
eTRANSERVICES, Remote

AWS Developer
zettalogix.Inc, Remote

Senior Backend Engineer
Skin Laundry, United States

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL 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

Redis logo

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

Präsentieren Sie hier Ihr Produkt