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

DBMS > InfluxDB vs. Redis vs. VictoriaMetrics

Vergleich der Systemeigenschaften InfluxDB vs. Redis vs. VictoriaMetrics

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameInfluxDB  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessenVictoriaMetrics  Xaus Vergleich ausschliessen
KurzbeschreibungDBMS for storing time series, events and metricsPopular 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.A fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primäres DatenbankmodellTime Series DBMSKey-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceTime Series DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith GEO packageDocument Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte31,26
Rang#28  Overall
#1  Time Series DBMS
Punkte167,35
Rang#6  Overall
#1  Key-Value Stores
Punkte1,38
Rang#195  Overall
#14  Time Series DBMS
Websitewww.influxdata.com/­products/­influxdb-overviewredis.com
redis.io
victoriametrics.com
Technische Dokumentationdocs.influxdata.com/­influxdbdocs.redis.com/­latest/­index.html
redis.io/­documentation
docs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziertVictoriaMetrics
Erscheinungsjahr201320092018
Aktuelle Version2.5.1, November 20227.0.11, April 2023v1.89, March 2023
Lizenz infoCommercial or Open SourceOpen Source infoMIT-License; commercial enterprise version availableOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoApache Version 2.0
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.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
ImplementierungsspracheGoCGo
Server BetriebssystemeLinux
OS X infothrough Homebrew
BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
FreeBSD
Linux
macOS
OpenBSD
Datenschemaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateNumeric data and Stringsteilweise 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ärindizesneinja infowith RediSearch module
SQL infoSupport of SQLSQL-like query languageneinnein
APIs und andere ZugriffskonzepteHTTP API
JSON over UDP
Proprietäres Protokoll infoRESP - REdis Serialization ProtocolGraphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Unterstützte Programmiersprachen.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
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 ProceduresneinLua; Redis Functions coming in Redis 7 (slides and Github)nein
Triggersneinpublish/subscribe channels provide some trigger functionality; RedisGearsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoin enterprise version onlySharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktor infoin enterprise version onlyMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
Synchronous replication
MapReduce infoBietet ein API für Map/Reduce Operationenneinthrough RedisGearsnein
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
Eventual Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinAtomic execution of command blocks and scripts and optimistic lockingnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjaja infoDatenzugriffe werden vom Server serialisiertja
Durability infoDauerhafte Speicherung der Datenjaja infokonfigurierbare Persistenzmechanismen via snapshots oder logsja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infoDepending on used storage enginejanein
Berechtigungskonzept infoZugriffskontrolleEinfache Rechteverwaltung mit BenutzeraccountsAccess Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
Weitere Informationen bereitgestellt vom Systemhersteller
InfluxDBRedisVictoriaMetrics
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» mehr
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
High performance, horizontally scalable time series database and monitoring solution...
» mehr
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» mehr
Redis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Specifically designed for highly loaded workloads Addresses most of the scalability...
» mehr
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» mehr
Redis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
When the current monitoring solution can't keep up with increasing workload Kubernetes...
» mehr
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» mehr
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Grammarly, Wix.com, adidas, Sensedia, Brandwatch, CERN, COLOPL, Razorpay See our...
» mehr
Market metricsFastest-growing database to drive 25,500 GitHub stars Over 750,000 daily active instances
» mehr
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
8k stars and 100+ contributors on GitHub 100M+ downloads Thousands of active users...
» mehr
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» mehr
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» mehr
VictoriaMetrics comes in three versions: an open source version, an Enterprise version...
» mehr
Neuigkeiten

9 Home Assistant Integrations and How to Use Them
5. Juni 2023

Derive Insights from Machine Data with InfluxDB
31. Mai 2023

How to Integrate Grafana with Home Assistant
30. Mai 2023

7 Hardware Devices for Edge Computing Projects in 2023
26. Mai 2023

Exponential Smoothing: A Beginner's Guide to Getting Started
24. Mai 2023

Zugehörige Produkte und Dienstleistungen
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» 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
InfluxDBRedisVictoriaMetrics
DB-Engines Blog Posts

Why Build a Time Series Data Platform?
20. Juli 2017, Paul Dix (guest author)

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

Time Series DBMS as a new trend?
1. Juni 2015, Paul Andlinger

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

Creating an IoT Data Pipeline Using InfluxDB and AWS
5. Juni 2023, The New Stack

InfluxDB 3.0 Time-Series Database Released
8. Mai 2023, iProgrammer

A Comprehensive Comparison of Popular Time-Series Databases
6. Juni 2023, CityLife

Building a Plant Monitoring Tool with IoT
8. Mai 2023, The New Stack

Observability: Working with Metrics, Logs and Traces
22. Mai 2023, The New Stack

bereitgestellt von Google News

Optimizing Mastodon Performance with Sidekiq and Redis Enterprise
18. Mai 2023, The New Stack

Pliops and phoenixNAP team up to turbocharge Redis – Blocks and ...
26. Mai 2023, Blocks & Files

Innovation Profile: How CIOs Deploy Redis to Optimize Speed, Cost
26. Mai 2023, Acceleration Economy

Vector Databases Are Having a Moment — A Chat with Pinecone
17. Mai 2023, The New Stack

Briefing: Twitter Stopped Paying Cloud Bill Before DeSantis Glitch
30. Mai 2023, The Information

bereitgestellt von Google News

Why Roblox Picked VictoriaMetrics for Observability Data Overhaul
31. Mai 2023, Datanami

Can eBPF Agent in Kubernetes Be the Key to Better Observability?
10. Mai 2023, The New Stack

VictoriaMetrics: The story of a startup from Ukraine
20. März 2023, The Stack

Open Source Times Series Database VictoriaMetrics Sees ...
26. Januar 2023, Datanami

VictoriaMetrics makes life easier for data engineers by speaking ...
18. April 2023, ResponseSource

bereitgestellt von Google News

Jobangebote

Sr. Software Test Engineer
Zillow, Remote

Meteorologist (Starship)
SpaceX, Brownsville, TX

Software Engineer (Backend)
Muon Space Inc, Remote

.NET Developer
Skillspark AB, Remote

Sr Automation Engineer
Fiserv, Inc., Omaha, NE

Redis Engineer
TriOpz, Remote

Senior Database Administrator - MySQL
Leading Reach, Inc., Austin, TX

Senior Engineer
Shipt, Birmingham, AL

Senior Software Engineer | Database Infrastructure
Ramp Financial, New York, NY

DevSecOps Coach (Remote)
GovCIO, Remote

Infrastructure Engineer
AppLovin, Remote

Senior Infrastructure Engineer
AppLovin, Remote

Infrastructure Engineer
AppLovin, San Francisco, CA

Staff Data Engineer, Real Time Analytics and Event Streaming
LTK USA, Dallas, TX

Senior Infrastructure Engineer
AppLovin, San Francisco, CA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

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.

Redis logo

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

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Präsentieren Sie hier Ihr Produkt