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 > Redis vs. RocksDB vs. SQLite

Vergleich der Systemeigenschaften Redis vs. RocksDB vs. SQLite

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameRedis  Xaus Vergleich ausschliessenRocksDB  Xaus Vergleich ausschliessenSQLite  Xaus Vergleich ausschliessen
KurzbeschreibungPopular 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.Embeddable persistent key-value store optimized for fast storage (flash and RAM)Weit verbreitetes In-Process RDBMS
Primäres DatenbankmodellKey-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceKey-Value StoreRelational DBMS
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
Punkte158,35
Rang#6  Overall
#1  Key-Value Stores
Punkte4,00
Rang#94  Overall
#15  Key-Value Stores
Punkte117,95
Rang#11  Overall
#8  Relational DBMS
Websiteredis.com
redis.io
rocksdb.orgwww.sqlite.org
Technische Dokumentationdocs.redis.com/­latest/­index.html
redis.io/­docs
github.com/­facebook/­rocksdb/­wikiwww.sqlite.org/­docs.html
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziertFacebook, Inc.Dwayne Richard Hipp
Erscheinungsjahr200920132000
Aktuelle Version7.2.3, November 20238.8.1, November 20233.44.0  (1 November 2023), November 2023
Lizenz infoCommercial or Open SourceOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoBSDOpen Source infoPublic Domain
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.
ImplementierungsspracheCC++C
Server BetriebssystemeBSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Linuxserverlos
Datenschemaschemafreischemafreija infodynamische Spaltentypen
Typisierung infovordefinierte Datentypen, z.B. float oder dateteilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesneinja infokeine strenge Typisierung wegen 'dynamic typing'
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein
Sekundärindizesja infowith RediSearch moduleneinja
SQL infoSupport of SQLwith RediSQL moduleneinja infoSQL-92 wird nicht vollständig unterstützt
APIs und andere ZugriffskonzepteProprietäres Protokoll infoRESP - REdis Serialization ProtocolC++ API
Java API
ADO.NET infoinoffizielle Driver
JDBC infoinoffizielle Driver
ODBC infoinoffizielle Driver
Unterstützte ProgrammiersprachenC
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
C
C++
Go
Java
Perl
Python
Ruby
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-seitige Scripts infoStored ProceduresLua; Redis Functions coming in Redis 7 (slides and Github)neinnein
Triggerspublish/subscribe channels provide some trigger functionality; RedisGearsja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardinghorizontal partitioningkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
jakeine
MapReduce infoBietet ein API für Map/Reduce Operationenthrough RedisGearsneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual 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ätneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenAtomic execution of command blocks and scripts and optimistic lockingjaACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenja infoDatenzugriffe werden vom Server serialisiertjaja infomittels Filesystem-Locks
Durability infoDauerhafte Speicherung der Datenja infokonfigurierbare Persistenzmechanismen via snapshots oder logsjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajaja
Berechtigungskonzept infoZugriffskontrolleAccess 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
neinnein
Weitere Informationen bereitgestellt vom Systemhersteller
RedisRocksDBSQLite
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

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

Redisson PRO: The ultra-fast Redis Java Client.
» mehr
Speedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» mehr
Navicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» 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
RedisRocksDBSQLite
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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2. Februar 2016, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

Redis Cloud supports LangChain OpenGPTs Project
17. November 2023, KMWorld Magazine

bereitgestellt von Google News

CockroachDB Launches Advanced Key-Value Store Pebble
23. Dezember 2022, Analytics India Magazine

Kicking Up AI, Data Analytics, And Networking A Notch Or Two
25. Januar 2023, The Next Platform

All 51 startups that debuted at Y Combinator W17 Demo Day 2
21. März 2017, TechCrunch

bereitgestellt von Google News

SQLite 3.44 Extends Aggregate Functions
6. November 2023, iProgrammer

Practical Applications of SQLAlchemy in Data Science | by Harshita ...
29. November 2023, Medium

Introducing Python Project Kits: Ready-Made Templates and Code ...
30. November 2023, Medium

How to Create a Registration App With Python and a Database - MUO
11. November 2023, MakeUseOf

A Closer Look at the Top 3 Embedded Databases: SQLite, RocksDB ...
29. August 2023, hackernoon.com

bereitgestellt von Google News

Jobangebote

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

Sr .Net Developer -W2 Contract
Integrass, Remote

Software Engineer - Database Engineering
Snowflake, San Mateo, CA

Backend Engineer (Databases)
Terraform Labs, Remote

Senior Software Engineer - FoundationDB
Snowflake, San Mateo, CA

Senior Software Engineer- Database Internals
Snowflake, San Mateo, CA

Software Developer II
Lawrence Berkeley National Laboratory, San Francisco Bay Area, CA

iOS Developers
Broadwave Studios Agency, Los Angeles, CA

Developer
Self Storage Base, Irvine, CA

Computer Scientist
Harvard University, Boston, MA

Analyst, Royalty Matching Analyst
Sony Electronics, Nashville, TN

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

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.

Präsentieren Sie hier Ihr Produkt