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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: CurioDB – A distributed/persistent Redis clone built with Scala/Akka

62 点作者 stephen_mcd将近 10 年前

3 条评论

jondubois将近 10 年前
It&#x27;s good to see a solution that makes efficient use of CPU cores on each machine instead of forcing you to scale horizontally from the beginning ;p<p>I think a lot of servers&#x2F;database engines today tend to focus on horizontal scalability across large numbers of single-CPU instances and tend to ignore the efficiency benefits of a hybrid approach using fewer large instances.
评论 #10067846 未加载
lukeasrodgers将近 10 年前
Cool project. Out of curiousity (and having no experience with scala or akka): is the lack of support for transactions and atomic Lua scripts a consequence of the overall architecture (one actor per K&#x2F;V), or some other technical limitation, or just something you haven&#x27;t gotten around to?
评论 #10068957 未加载
Yadi将近 10 年前
Hey! This is interesting (&amp;awesome), the other day I was looking at Riak and some Redis alternative written in Go, both had some different approach which wouldn&#x27;t make the best use of persistencey and distrusted approach at the same time.<p>The performance table looks great, though what would be a recommended minimum underlying hardware requirement for production? (since the test is on a Mac-Air)
评论 #10067654 未加载