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.

FoundationDB 6.0 released, featuring multi-region support

185 pointsby davelesterover 6 years ago

9 comments

monstradoover 6 years ago
Congrats to the team on the release. Using FoundationDB has been one of the most rock solid NoSQL experiences I&#x27;ve ever had, and I&#x27;ve used a lot. After having a few months to hammer my cluster with fairly low level atomic operations, I can confidently say this thing holds up to pretty much anything you want to throw at it. Coming from the land of HBase and DynamoDB, It&#x27;s ability to automatically (and intelligently) repartition data based on write throughput has been an administrative breakthrough for me.<p>Looking forward to additional use cases I can throw at this beast of a system.<p>Kudos to you guys!
评论 #18491589 未加载
评论 #18491632 未加载
ryanworlover 6 years ago
To anyone who is on the fence about putting FoundationDB into production (or at least evaluating it for their use cases), what is the number one thing you think is missing or you&#x27;re worried about?<p>i.e.<p>- a SQL interface,<p>- pre-packaged data structure libraries,<p>- monitoring,<p>- limitations of FoundationDB itself,<p>- etc.<p>I&#x27;m working on a talk for the upcoming FoundationDB Summit and I&#x27;d love to address some real-world questions or issues people have.
评论 #18489795 未加载
评论 #18490455 未加载
评论 #18489940 未加载
评论 #18489909 未加载
评论 #18489872 未加载
评论 #18489542 未加载
评论 #18491419 未加载
评论 #18489509 未加载
评论 #18491974 未加载
评论 #18489705 未加载
评论 #18489426 未加载
评论 #18489754 未加载
评论 #18489768 未加载
评论 #18492455 未加载
Rafuinoover 6 years ago
Shameless plug here, but if anyone wants to benchmark in-memory vs. NVMe NAND SSD vs. NVMe Intel Optane DC SSD performance, we&#x27;re looking for someone with FoundationDB expertise to give it a shot and share their learnings with the community. Make a request for a server by posting a new issue at our Github page [1].<p>Basically, I&#x27;m curious to know how FDB&#x27;s memory engine performs compared to the SSD engine with a standard NAND SSD and an Intel Optane DC SSD. Something along the lines of the throughput per core and latency results on the FDB performance page [2].<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;AccelerateWithOptane&#x2F;lab&#x2F;issues" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AccelerateWithOptane&#x2F;lab&#x2F;issues</a> [2]: <a href="https:&#x2F;&#x2F;apple.github.io&#x2F;foundationdb&#x2F;performance.html" rel="nofollow">https:&#x2F;&#x2F;apple.github.io&#x2F;foundationdb&#x2F;performance.html</a><p>Disclosure: I&#x27;m working at Intel and help manage our open source lab with our friends at Packet.
评论 #18490403 未加载
throwaway5752over 6 years ago
Anyone know how they&#x27;re using it at Apple vs other distributed databases?
评论 #18491368 未加载
the_dukeover 6 years ago
So, FoundationDB is a pretty low level distributed key-value store with transactions.<p>Most applications will need something higher level, like a SQL or document db frontend which could be built on top.<p>I&#x27;m curios what people have started using FoundationDB for. Any interesting stories to share?
评论 #18490031 未加载
评论 #18489829 未加载
评论 #18489738 未加载
ex3ndrover 6 years ago
If someone want to chat about FoundationDB and want to ask about our (while limited) experience building messaging on top of FDB, please feel free to join our small room: <a href="https:&#x2F;&#x2F;app.openland.com&#x2F;joinChannel&#x2F;updnSlD" rel="nofollow">https:&#x2F;&#x2F;app.openland.com&#x2F;joinChannel&#x2F;updnSlD</a>
romedover 6 years ago
The upgrade instructions are firmly in the lolwut category. The database is just not available during the transition. I think they should focus on fixing their protocol such that multiple versions can run at the same time, and rollbacks are possible.
discoballover 6 years ago
How does FDB compare to Spanner as far as the Consistency model and trade offs?
评论 #18491476 未加载
thefounderover 6 years ago
Is there any high level api&#x2F;lib like we have for Google Datastore?