2013-10-27

Redis 的作者狂喷某 NoSQL 数据库

Views: 17499 | Add Comments

今天在 Redis 的 maillist 里看到一个帖子, 说的是某数据库(HyperDex)和 Redis 的性能对比. 说实话, 这个数据库的网站我看过, 没有深究, 后来就不再关注了. Redis 的作者 Salvatore Sanfilippo 有一条说的我比较认可:

2) In all the other tests, probably they are comparing single-core
Redis with multi-core HyperDex, or multi-node HyperDex. To give you an
example Redis LPUSH can easily insert 1 million items per second into
lists, but if you push against four instances at the same time, one
per core, you can reach 3/4 million inserts per second. This does not
mean we should write "four millions operations per second11!1!!!one"
in our home page.

简单翻译一下:

单个 Redis 实例每秒能处理 1 百万次 LPUSH 操作, 但是, 如果你启了 4 个 Redis 实例, 那当然能每秒处理 3 到 4 百万次插入. 但我们绝不会在网站首页写"每秒 4 百万次操作!!!".

Related posts:

  1. 性能超越 Redis 的 NoSQL 数据库 SSDB
  2. SSDB 支持 Redis 协议!
  3. 从 Redis 迁移到 SSDB
  4. Redis 导数据的 PHP 脚本
  5. SSDB NoSQL 数据库引擎介绍
Posted by ideawu at 2013-10-27 19:40:09 Tags:

Leave a Comment