How much faster is Redis than MongoDB?

Technology CommunityCategory: RedisHow much faster is Redis than MongoDB?
VietMX Staff asked 3 years ago
  • Rough results are 2x write, 3x read.
  • The general answer is that Redis 10 – 30% faster when the data set fits within working memory of a single machine. Once that amount of data is exceeded, Redis fails.
  • But your best bet is to benchmark them yourself, in precisely the manner you are intending to use them. As a corollary you’ll probably figure out the best way to make use of each.