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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

MongoDB CTO: How our new storage engine will earn its stripes

71 点作者 lucasjans超过 10 年前

6 条评论

fleitz超过 10 年前
BDB... seriously?<p>At this point why not just:<p>apt-get install postgres psql &lt; &quot;CREATE TABLE mongodb (key varchar[1024] NOT NULL PRIMARY KEY,value jsonb);&quot;<p>then you get the best of both worlds.
评论 #8657358 未加载
评论 #8657294 未加载
评论 #8657359 未加载
wiremine超过 10 年前
I&#x27;m not a huge MongoDB fan, but I think it is great to see competition and evolution in this space.<p>From the article:<p>&quot;In addition to compression and record-level locking, WiredTiger also gives MongoDB multi-version concurrency control (MVCC), multi-document transactions, and support for log-structured merge-trees, or LSM trees, for very high insert workloads&quot;<p>I&#x27;d also love to see them add document joins at some point. That&#x27;s a a big differentiating feature for RethinkDB, although I&#x27;ve found Rethink&#x27;s syntax to be difficult to reason through.
评论 #8657485 未加载
t1m超过 10 年前
Here is a link to some more &#x27;thorough&#x27; benchmarks that compare WiredTiger to many other database back-ends.<p><a href="http://symas.com/mdb/inmem/" rel="nofollow">http:&#x2F;&#x2F;symas.com&#x2F;mdb&#x2F;inmem&#x2F;</a>
评论 #8658101 未加载
dschiptsov超过 10 年前
But the old one is crap, right?
qwerta超过 10 年前
I am glad they finally introduced LSM trees and per document locking. But I think thats too little too late :-)
评论 #8657375 未加载
评论 #8657275 未加载
jitix超过 10 年前
I have been waiting for this since a long time. Having implemented an OLTP application using MongoDB (luckily their write loads were low), I stopped using Mongo 2 years back because of the write bottleneck (it was still good for OLAP though). Good decision by the MongoDB team since they already have the market traction.