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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Which NoSQL solution should I use for lot of upserts?

1 点作者 tuxlinuxien大约 10 年前
I am actually working on a big data project and I am using SSDB. The problem is, it doesn&#x27;t support clustering and sharding so I might have to implement it by myself; which is not the best solution I think.<p>I mostly have to deal with floats or integers and the schema change really often so key&#x2F;value storage is really suitable for my project but I can&#x27;t store data into RAM because I generate 20GB of data per day (with 100K write&#x2F;upserts per seconds).<p>Is there anyone of you who is using a persistent key&#x2F;value storage in production environment, which can support clustering and sharding? I have tried Redis but I will run out of RAM in few days.

1 comment

MBCook大约 10 年前
I haven&#x27;t used it myself, but yorr description of upserts with ints&#x2F;floats immediately reminded me of Amazon DynamoDB docs.
评论 #9331886 未加载