Skip to content

HammerDB supports Redis ? #359

Answered by sm-shaw
anilbommareddy asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there is a Redis TPROC-C workload that is deprecated and unsupported. With Redis being a single-threaded database it did not perform well and as described here it was not fair to compare Redis with relational databases for performance https://redis.io/docs/reference/optimization/benchmarks/
Redis is, mostly, a single-threaded server from the POV of commands execution (actually modern versions of Redis use threads for different things). It is not designed to benefit from multiple CPU cores. People are supposed to launch several Redis instances to scale out on several cores if needed. It is not really fair to compare one single Redis instance to a multi-threaded data store.

If you wish…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants