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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

FoundationDB and the New NoSQL

29 点作者 rentamir超过 10 年前

6 条评论

jcr超过 10 年前
Previous discussion from a few days ago:<p><a href="https://news.ycombinator.com/item?id=8729420" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8729420</a><p><pre><code> Databases at 14.4Mhz () 292 points by chton 3 days ago 85 comments</code></pre>
lclarkmichalek超过 10 年前
What a shitty article.<p>&gt; As interesting as these new developments–called “NoSQL databases”–were, though, only bleeding-edge startups and a tiny handful of other dreamers were really taking them seriously.<p>What is this shit? Seriously, wtf. I mean, sure, Mongo saw a lot of use among the mentally challenged, but a _lot_ of big companies have _big_ NoSQL clusters in production. Hell, according to datastax, a quarter of the Fortune 100 use Cassandra..<p>&gt; &lt;couple of tweets about how non-AD databases are a bit shit&gt;<p>&gt; MongoDB is not ACID compliant. Neither is Cassandra. Neither is Riak. Neither is Redis. Etc etc etc.<p>The fact that C*, riak, etc aren&#x27;t ACID isn&#x27;t a point against them; it&#x27;s a calculated tradeoff. It&#x27;s only a problem when they are advertised as being ACID, and I&#x27;ll happily join you in condemning them if they do call themselves ACID when they are not<p>We are seeing the rise of &quot;NewSQL&quot; (that is, datastores with transactions), but that does _not_ mean the death of NoSQL, and it does _not_ automatically imply superiority to NoSQL. It&#x27;s about choice, and that is fucking awesome. Stop trying to induce some twisted total ordering on each consistency model. It doesn&#x27;t exist. As long as a consistency model is clearly documented, accurately implemented (yeah, I know, I can dream), then there is no innate superiority. Stop trying to create one.
评论 #8746050 未加载
djtriptych超过 10 年前
Fun fact; the FoundationDB founding team and Yext founding team are part of the same high school CLASS of about 400 people. TJHSST &#x27;98. I was a classmate (now a lowly ex-Googler working on a group communication platform).
virmundi超过 10 年前
Please take a look at ArangoDB. It has joins, documents and graph capabilities. It also has transactions against multiple documents within a collection.<p>See arangodb.com.
评论 #8745893 未加载
jszymborski超过 10 年前
fwiw UnQLite is an ACID NoSQL serverless&#x2F;embeded database<p><a href="http://unqlite.org/intro.html" rel="nofollow">http:&#x2F;&#x2F;unqlite.org&#x2F;intro.html</a>
IndianAstronaut超过 10 年前
Couchdb is a NoSQL store that is ACID.
评论 #8745495 未加载
评论 #8745520 未加载
评论 #8745499 未加载