今天在 redis 的 maillist 里看到一个帖子, 说的是某数据库(hyperdex)和 redis 的性能对比. 说实话, 这个数据库的网站我看过, 没有深究, 后来就不再关注了. redis 的作者 salvatore sanfilippo 有一条说的我比较认可: 2) in all the other tests, probably t
今天在 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:【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!