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 > Oracle NoSQL vs. QuestDB vs. Redis

Vergleich der Systemeigenschaften Oracle NoSQL vs. QuestDB vs. Redis

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameOracle NoSQL  Xaus Vergleich ausschliessenQuestDB  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessen
KurzbeschreibungA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesA high performance open source SQL database for time series dataPopular 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 DatenbankmodellDocument Store
Key-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 DatenbankmodelleRelational DBMSDocument 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
Punkte4,02
Rang#93  Overall
#16  Document Stores
#14  Key-Value Stores
#49  Relational DBMS
Punkte2,31
Rang#137  Overall
#10  Time Series DBMS
Punkte158,35
Rang#6  Overall
#1  Key-Value Stores
Websitewww.oracle.com/­database/­nosql/­technologies/­nosqlquestdb.ioredis.com
redis.io
Technische Dokumentationdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlquestdb.io/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerOracleQuestDB Technology IncRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr201120142009
Aktuelle Version23.1, Mai 20237.2.3, November 2023
Lizenz infoCommercial or Open SourceOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache 2.0Open 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.
ImplementierungsspracheJavaJava (Zero-GC), C++, RustC
Server BetriebssystemeLinux
Solaris SPARC/x86
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
DatenschemaSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.ja infoschema-free via InfluxDB Line Protocolschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateoptionaljateilweise 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, XSLTneinneinnein
Sekundärindizesjaneinja infowith RediSearch module
SQL infoSupport of SQLSQL-like DML and DDL statementsSQL with time-series extensionswith RediSQL module
APIs und andere ZugriffskonzepteRESTful HTTP APIHTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
Proprietäres Protokoll infoRESP - REdis Serialization Protocol
Unterstützte ProgrammiersprachenC
C#
Go
Java
JavaScript (Node.js)
Python
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
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 ProceduresneinneinLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersneinneinpublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardinghorizontal partitioning (by timestamps)Sharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureSource-replica replication with eventual consistencyMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
MapReduce infoBietet ein API für Map/Reduce Operationenwith Hadoop integrationneinthrough RedisGears
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Immediate 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ätneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)ACID for single-table writesAtomic 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 haltenja infooff heap cacheja infothrough memory mapped filesja
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und RollenAccess 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
Oracle NoSQLQuestDBRedis
Specific characteristicsRelational model with native time series support Column-based storage and time partitioned...
» mehr
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantagesHigh ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» mehr
Redis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosFinancial tick data Industrial IoT Application Metrics Monitoring
» mehr
Redis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» mehr
Verizon, 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 modelsOpen source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» mehr
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» mehr
Neuigkeiten

QuestDB Release Week #4
24. November 2023

Building a faster hash table for high performance SQL joins
23. November 2023

Is all data time series data?
21. November 2023

Solving duplicate data with performant deduplication
16. November 2023

QuestDB + Hacktoberfest 2023: 10 Years of Hacking
3. Oktober 2023

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
DrittanbieterRedisson PRO: The ultra-fast Redis Java Client.
» mehr

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

Read the Redis NoSQL benchmark report.
» mehr

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

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» 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
Oracle NoSQLQuestDBRedis
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

NoSQL Database Market Update – Emerging Segments to Drive ...
29. November 2023, Industry Today

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23. März 2023, Forbes

8 Most Popular NoSQL Databases
25. November 2022, Analytics India Magazine

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

The 28 Best Enterprise Data Management Software for 2023
26. September 2023, Solutions Review

bereitgestellt von Google News

5 Awesome Java Projects People Don't Know About Vol 3 — Time ...
20. April 2023, Medium

QuestDB nabs $2.3M seed to build open source time series database
2. Juli 2020, TechCrunch

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 ...
11. November 2021, Business Insider

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

Aquis Exchange goes live with QuestDB for real time monitoring
2. November 2022, FinanceFeeds

bereitgestellt von Google News

Redis Cloud Propels LangChain OpenGPTs Project
17. November 2023, Database Trends and Applications

Amazon ElastiCache Serverless Now Available for Redis and ...
30. November 2023, Database Trends and Applications

Redis Cloud Leverages Amazon Bedrock to Deliver Speed and ...
29. November 2023, Datanami

AWS Adds Vector Capabilities to More Databases
30. November 2023, Datanami

AWS-Announces-Three-Serverless-Innovations-to-Help-Customers ...
28. November 2023, Amazon Press Release

bereitgestellt von Google News

Jobangebote

Software Engineer - Database Technologies
Oracle, United States

Business Intel Engineer II, Driver Training & Programs
Amazon.com Services LLC, Nashville, TN

Business Intelligence Engineer, Amazon
Amazon.com Services LLC, Seattle, WA

Business Intelligence Engineer - I, Amazon Business Marketing Analytics
Amazon.com Services LLC - A57, Seattle, WA

Security Business Intelligence Engineer, GME (Games, Media, & Entertainment) Security
Amazon.com Services LLC, Irvine, CA

Database Administrator (DBA)
TikTok, San Jose, CA

Lead Database Engineer
Mastercard, O'Fallon, MO

Database Administrator (DBA)
Chess.com, Remote

Remote Elixir/Phoenix Developer
Joydrive, Seattle, WA

Senior Database Administrator
HireIO Inc., Seattle, WA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

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

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt