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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bedrock – A modular, WAN-replicated, blockchain-based database

73 点作者 dhruvkar超过 5 年前

6 条评论

cakoose超过 5 年前
The &quot;blockchain-based&quot; part is misleading.<p>For one, when people say &quot;blockchain&quot;, they&#x27;re almost always including the clever protocol that enables a currency with no central authority. That&#x27;s the interesting part. Bedrock doesn&#x27;t do any of that.<p>Without that, &quot;blockchain&quot; is just a simple technique for incremental hashing. Bedrock uses that, but it&#x27;s not substantial enough to sensibly list &quot;blockchain-based&quot; as one of the three top attributes.<p>(They could have said &quot;Paxos-based&quot;. That&#x27;s the protocol they use to ensure things don&#x27;t get out of sync.)<p>Just trying to capitalize on the cryptocurrency hype, I guess. FaunaDB did something similar: <a href="https:&#x2F;&#x2F;fauna.com&#x2F;blog&#x2F;distributed-ledger-without-the-blockchain" rel="nofollow">https:&#x2F;&#x2F;fauna.com&#x2F;blog&#x2F;distributed-ledger-without-the-blockc...</a>
评论 #21047793 未加载
评论 #21046612 未加载
评论 #21050315 未加载
评论 #21047621 未加载
评论 #21046549 未加载
prepend超过 5 年前
This looks promising. A typical blockchain discussion in my org (kind of averse to change with a few hundred database people, smart, but Microsoft stack) goes like this: Someone: “We need a private blockchain for C use case. We’re about to pay consulting firm X a gazillion dollars to implement EthiHyperBitLedget” Architect: “Silly bird, you just need a distributed database...” Someone:”Fine then how do I get one of those” Architect:”you just hire me and I’ll write a bunch of database stuff for you that is a one off spaghetti mess of sql server stuff” 75% of the time they buy that blockchain thing 25% of the time they try to spatchcock the sql thing So far we are 0 for 10 for stuff being useful.<p>If there were a nice distributed database with the features of blockchain I think this could merge my excited Someones with my fuddyduddy Architects.
评论 #21047441 未加载
评论 #21046603 未加载
评论 #21048976 未加载
hlieberman超过 5 年前
Any distributed database that doesn&#x27;t advertise that it has hired Kyle Kingsbury (aphyr) and passed him applying Jepsen&#x27;s new and ever-kinkier stress tests against it makes me instantly suspicious. Appeal to authority? Yes, but, aphyr has earned the title by breaking a whole lot of databases.
1ba9115454超过 5 年前
So does this partition the data out to different nodes or replicate the same data to each node?
bestouff超过 5 年前
&quot;Bedrock was built by Expensify, and is a networking and distributed transaction layer built atop SQLite, the fastest, most reliable, and most widely distributed database in the world.&quot;<p>I didn&#x27;t know SQLite was a distributed database.
评论 #21047359 未加载
评论 #21046726 未加载
评论 #21046668 未加载
cloudhead超过 5 年前
Not a blockchain.