How much faster is Redis than mongoDB?

It’s widely mentioned that Redis is “Blazing Fast” and mongoDB is fast too. But, I’m having trouble finding actual numbers comparing the results of the two. Given similar configurations, features and operations (and maybe showing how the factor changes with different configurations and operations), etc, is Redis 10x faster?, 2x faster?, 5x faster?

I’m ONLY speaking of performance. I understand that mongoDB is a different tool and has a richer feature set. This is not the “Is mongoDB better than Redis” debate. I’m asking, by what margin does Redis outperform mongoDB?

At this point, even cheap benchmarks are better than no benchmarks.

7 Answers
7

Leave a Comment