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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

FoundationDB 6.0 released, featuring multi-region support

185 点作者 davelester超过 6 年前

9 条评论

monstrado超过 6 年前
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 未加载
ryanworl超过 6 年前
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 未加载
Rafuino超过 6 年前
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 未加载
throwaway5752超过 6 年前
Anyone know how they&#x27;re using it at Apple vs other distributed databases?
评论 #18491368 未加载
the_duke超过 6 年前
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 未加载
ex3ndr超过 6 年前
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>
romed超过 6 年前
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.
discoball超过 6 年前
How does FDB compare to Spanner as far as the Consistency model and trade offs?
评论 #18491476 未加载
thefounder超过 6 年前
Is there any high level api&#x2F;lib like we have for Google Datastore?