TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Comparing the new Redis6 multithreaded I/O to Elasticache and KeyDB

127 点作者 benschermel大约 5 年前

6 条评论

bognition大约 5 年前
These benchmark posts are good but they are a bit unsatisfying, I wish they’d spend more time a laying out the fundamental differences of each technology and the trade offs that are the result of how the different systems are built.<p>At the end of the day an engineer shouldn’t pick database because it’s the fastest but because it fits their use case the best.<p>I get that reddis, memcached, and keydb are all roughly in memory hashmaps but beyond that knowing what makes them different, how hard are they to operate, what they are good at and bad at is going to be more helpful in selecting which technology to use than a simple throughout benchmark.
评论 #22880798 未加载
评论 #22881954 未加载
评论 #22881903 未加载
评论 #22884009 未加载
评论 #22885506 未加载
评论 #22882244 未加载
briffle大约 5 年前
This is interesting, but why not add in a benchmark for regular redis as a &#x27;baseline&#x27;. Is it really worth upgrading to me?
评论 #22883872 未加载
aledalgrande大约 5 年前
Excellent post! I wonder why, given the performance, KeyDB is not more popular? Is there lack of hosted services?
评论 #22885008 未加载
评论 #22881316 未加载
twoodfin大约 5 年前
I’m not familiar with Memtier, but those YCSB numbers for, say, the read-only Workload C look surprisingly low for an in-memory store. 25k&#x2F;second&#x2F;thread? Is that just hitting the limits of how fast you can round-trip a request over the network?
bsamuels大约 5 年前
why a separate project for keydb? couldn&#x27;t all this just be merged into the main project?<p>are there significant architectural changes&#x2F;tradeoffs in keydb that made it not-ideal to merge into redis?
评论 #22881553 未加载
评论 #22884044 未加载
JulianMorrison大约 5 年前
(Note to the KeyDB people who are probably reading this. On your front page, &quot;Atlernative&quot; is a typo.)