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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

MongoDB 2.4 Released: Text Search, Security, Hash-based Sharding

185 点作者 francesca大约 12 年前

14 条评论

dmytton大约 12 年前
Using the new working set analyser is going to make figuring out how much memory you need significantly easier. Giving MongoDB enough memory for your working set is the easiest way to get performance but it was quite difficult to figure it out: you had to know both data and index sizes across your most common usage patterns.
评论 #5402464 未加载
评论 #5402888 未加载
gregjor大约 12 年前
Great to see the Pick database reinvented bit by bit. Takes me back to 1980. Forget the past, doomed to repeat, etc.
评论 #5401984 未加载
评论 #5401974 未加载
评论 #5401563 未加载
评论 #5402202 未加载
评论 #5401731 未加载
davidkellis大约 12 年前
I was hoping for collection-level locking to be a part of the 2.4 release. I didn't see any mention of it in the release notes. Last I heard they were going to implement collection-level locking and then begin work on document-level locking. I'm still hoping document-level locking isn't too far off.
评论 #5401434 未加载
评论 #5401473 未加载
Lionga大约 12 年前
It is great to have a stable version with fast count indexes see <a href="https://jira.mongodb.org/browse/SERVER-1752" rel="nofollow">https://jira.mongodb.org/browse/SERVER-1752</a><p>Best feature for me
评论 #5401902 未加载
c-oreills大约 12 年前
"db.killOp() Can Now Kill Foreground Index Builds"<p>That's going to save a lot of accidental "shit-the-whole-db-is-locked" pain.
dkhenry大约 12 年前
I am curious to play with the text searching. I wonder how it stacks up to Lucerne or Solr in the text indexing space
评论 #5401805 未加载
评论 #5404062 未加载
评论 #5401146 未加载
leothekim大约 12 年前
According to the upgrade instructions [1], the only supported upgrade path from sharded 2.0 clusters is via 2.2.<p>[1] <a href="http://docs.mongodb.org/manual/release-notes/2.4-upgrade/#upgrade-a-sharded-cluster-from-mongodb-2-2-to-mongodb-2-4" rel="nofollow">http://docs.mongodb.org/manual/release-notes/2.4-upgrade/#up...</a>
评论 #5401398 未加载
derricki大约 12 年前
I was hoping the security enhancements would include SSL certificate validation. Anyone know why they don't do that, or how a user should approach that limitation?
评论 #5402317 未加载
评论 #5402553 未加载
jonesjim大约 12 年前
Whoop! Multithreaded javascript with V8 JavaScript engine!
评论 #5403667 未加载
vailripper大约 12 年前
Love seeing the text indexing!
ranman大约 12 年前
V8 is another important change that isn't really touted much in this release.
评论 #5404089 未加载
leif大约 12 年前
I'm glad this is out. I'm really going to enjoy plugging fractal trees in under FTS.
dschiptsov大约 12 年前
any row-level locking?)
L0j1k大约 12 年前
[Comment about supporting only one master]