influxdata / influxdata/influxdb
comparing timescaledb vs InfluxDB vs redis
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
I'm looking into building some low latency real time application (<100ms) based on time series data. I'm comparing timescaledb vs InfluxDB vs Redis. I'm comparing them using https://db-engines.com/en/
From a lot of blog posts, I found that TimescaleDB had better performance than InfluxDB, but I found InfluxDB having in memory capabilities (while TimescaleDB does not). Then I wonder if by utilizing such in memory capabilities, would influx db perform better on timescaledb during live production.
Some industry expert mentioned Redis for such application. But it seems it is not really a database.
In summary my question is,
1, is TimescaleDB really not having in memory capabilities?
2, if I trigger in memory capabilities in InfluxDB, would the production level performance be probably better than TimescaleDB?
3, Is Redis a timeseries database, offering similar capabilities of TimescaleDB or InfluxDB?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation file, test, or entry point is identified; the issue is an unanswered comparison question about TimescaleDB, InfluxDB, and Redis. Start by checking the project documentation for supported storage and performance behavior, then determine whether the questions can be answered from existing documentation rather than through a code change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- redis
- Domain
- databases, performance
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100