TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby tuxlinuxienabout 10 years ago
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

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