Software Alternatives & Reviews

TimescaleDB VS Redis

Compare TimescaleDB VS Redis and see what are their differences

TimescaleDB logo TimescaleDB

TimescaleDB is a time-series SQL database providing fast analytics, scalability, with automated data management on a proven storage engine.

Redis logo Redis

Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
  • TimescaleDB Landing page
    Landing page //
    2023-09-23
  • Redis Landing page
    Landing page //
    2022-10-19

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

TimescaleDB videos

Rearchitecting a SQL Database for Time-Series Data | TimescaleDB

More videos:

  • Review - Visualizing Time-Series Data with TimescaleDB and Grafana

Redis videos

Improve your Redis developer experience with RedisInsight, Redis Labs

More videos:

  • Review - What is Redis? | Why and When to use Redis? | Tech Primers
  • Review - Redis Enterprise Overview with Yiftach Shoolman - Redis Labs
  • Review - Redis Labs "Why NoSQL is a Safe Bet"
  • Review - Redis system design | Distributed cache System design
  • Review - What is Redis and What Does It Do?
  • Review - Redis Sorted Sets Explained

Category Popularity

0-100% (relative to TimescaleDB and Redis)
Databases
12 12%
88% 88
Time Series Database
100 100%
0% 0
NoSQL Databases
0 0%
100% 100
Monitoring Tools
100 100%
0% 0

User comments

Share your experience with using TimescaleDB and Redis. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare TimescaleDB and Redis

TimescaleDB Reviews

ClickHouse vs TimescaleDB
Recently, TimescaleDB published a blog comparing ClickHouse & TimescaleDB using timescale/tsbs, a timeseries benchmarking framework. I have some experience with PostgreSQL and ClickHouse but never got the chance to play with TimescaleDB. Some of the claims about TimescaleDB made in their post are very bold, that made me even more curious. I thought it’d be a great...
4 Best Time Series Databases To Watch in 2019
The Guardian did a very nice article explaining on they went from MongoDB to PostgresSQL in the favor of scaling their architecture and encrypting their content at REST. As you can tell, big companies are relying on SQL-constraint systems (with a cloud architecture of course) to ensure system reliability and accessibility. I believe that PostgresSQL will continue to grow, so...
Source: medium.com
20+ MongoDB Alternatives You Should Know About
TimescaleDB If on the other hand you are storing time series data in MongoDB, then TimescaleDB might be a good fit.
Source: www.percona.com

Redis Reviews

Are Free, Open-Source Message Queues Right For You?
A notable challenge with Redis Streams is that it doesn't natively support distributed, horizontal scaling. Also, while Redis is famous for its speed and simplicity, managing and scaling a Redis installation may be complex for some users, particularly for persistent data workloads.
Source: blog.iron.io
Redis vs. KeyDB vs. Dragonfly vs. Skytable | Hacker News
1. Redis: I'll start with Redis which I'd like to call the "original" key/value store (after memcached) because it is the oldest and most widely used of all. Being a long-time follower of Redis, I do know it's single-threaded (and uses io-threads since 6.0) and hence it achieves lesser throughput than the other stores listed above which are multi-threaded, at least to some...
Memcached vs Redis - More Different Than You Would Expect
Remember when I wrote about how Redis was using malloc to assign memory? I lied. While Redis did use malloc at some point, these days Redis actually uses jemalloc. The reason for this is that jemalloc, while having lower peak performance has lower memory fragmentation helping to solve the framented memory issues that Redis experiences.
Top 15 Kafka Alternatives Popular In 2021
Redis is a known, open-source, in-memory data structure store that offers different data structures like lists, strings, hashes, sets, bitmaps, streams, geospatial indexes, etc. It is best utilized as a cache, memory broker, and cache. It has optional durability and inbuilt replication potential. It offers a great deal of availability through Redis Sentinel and Redis Cluster.
Comparing the new Redis6 multithreaded I/O to Elasticache & KeyDB
So there are 3 offerings by 3 companies, all compatible with eachother and based off open source Redis: Elasticache is offered as an optimized service offering of Redis; RedisLabs and Redis providing a core product and monetized offering, and KeyDB which remains a fast cutting edge (open source) superset of Redis. This blog looks specifically at performance, however there is...
Source: docs.keydb.dev

Social recommendations and mentions

Based on our record, Redis seems to be a lot more popular than TimescaleDB. While we know about 183 links to Redis, we've tracked only 5 mentions of TimescaleDB. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

TimescaleDB mentions (5)

  • Ask HN: Does anyone use InfluxDB? Or should we switch?
    (:alert: I work for Timescale :alert:) It's funny, we hear this more and more "we did some research and landed on Influx and ... Help it's confusing". We actually wrote an article about what we think, you can find it here: https://www.timescale.com/blog/what-influxdb-got-wrong/ As the QuestDB folks mentioned if you want a drop in replacement for Influx then they would be an option, it kinda sounds that's not what... - Source: Hacker News / 6 months ago
  • Best small scale dB for time series data?
    If you like PostgreSQL, I'd recommend starting with that. Additionally, you can try TimescaleDB (it's a PostgreSQL extension for time-series data with full SQL support) it has many features that are useful even on a small-scale, things like:. Source: over 1 year ago
  • Quick n Dirty IoT sensor & event storage (Django backend)
    I have built a Django server which serves up the JSON configuration, and I'd also like the server to store and render sensor graphs & event data for my Thing. In future, I'd probably use something like timescale.com as it is a database suited for this application. However right now I only have a handful of devices, and don't want to spend a lot of time configuring my back end when the Thing is my focus. So I'm... Source: over 2 years ago
  • How fast and scalable is TimescaleDB compare to a NoSQL Database?
    I've seen a lot of benchmark results on timescale on the web but they all come from timescale.com so I just want to ask if those are accurate. Source: over 2 years ago
  • The State of PostgreSQL 2021 Survey is now open!
    Ryan from Timescale here. We (TimescaleDB) just launched the second annual State of PostgreSQL survey, which asks developers across the globe about themselves, how they use PostgreSQL, their experiences with the community, and more. Source: about 3 years ago

Redis mentions (183)

  • Redis is not "open core" (2021)
    The page 404s for me currently and it does not seem to be archived by the wayback machine either: https://web.archive.org/web/20240000000000*/https://redis.io/news/121. - Source: Hacker News / 22 days ago
  • Software Engineering Workflow
    Redis - real time data storage with different data structures in a cache. - Source: dev.to / 23 days ago
  • Redis License Changed
    Redis.io no longer mentions open source. They have still not changed meta description on their page. It still says it is open source ^^ view-source:https://redis.io/. - Source: Hacker News / about 1 month ago
  • Tutorial: Install Redis in Distro Linux: Pop!_OS
    Follow the steps below to install Redis:. - Source: dev.to / about 2 months ago
  • How to choose the right type of database
    Redis: An open-source, in-memory data structure store supporting various data types. It offers persistence, replication, and clustering, making it ideal for more complex caching requirements and session storage. - Source: dev.to / 2 months ago
View more

What are some alternatives?

When comparing TimescaleDB and Redis, you can also consider the following products

InfluxData - Scalable datastore for metrics, events, and real-time analytics.

MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.

Prometheus - An open-source systems monitoring and alerting toolkit.

ArangoDB - A distributed open-source database with a flexible data model for documents, graphs, and key-values.

OpenTSDB - OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase.

Apache Cassandra - The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance.