Heim  >  Artikel  >  Datenbank  >  Redis 的作者狂喷某 NoSQL 数据库

Redis 的作者狂喷某 NoSQL 数据库

WBOY
WBOYOriginal
2016-06-07 16:32:471077Durchsuche

今天在 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:

  1. 性能超越 Redis 的 NoSQL 数据库 SSDB
  2. SSDB 支持 Redis 协议!
  3. 从 Redis 迁移到 SSDB
  4. Redis 导数据的 PHP 脚本
  5. Redis被bgsave和bgrewriteaof阻塞的解决方法

Redis 的作者狂喷某 NoSQL 数据库 你现在看的文章是: Redis 的作者狂喷某 NoSQL 数据库

Linode VPS - 美国虚拟主机 | IT牛人博客聚合网站

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn