TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MongoDB 3.4.0-rc3

226 pointsby aphyrover 8 years ago

14 comments

jasondcover 8 years ago
Bigger news is that Jepsen tests are now part of the MongoDB continuous integration suite: <a href="https:&#x2F;&#x2F;evergreen.mongodb.com&#x2F;build&#x2F;mongodb_mongo_master_ubuntu1404_jepsen_bf4385aed5e528a8cf1edb7955c8c2164dda04f0_16_10_28_14_33_06" rel="nofollow">https:&#x2F;&#x2F;evergreen.mongodb.com&#x2F;build&#x2F;mongodb_mongo_master_ubu...</a><p>Open and available for everyone to see, for every build of MongoDB. Is there another database that has this much transparency? (for every build)
评论 #13591231 未加载
评论 #13591173 未加载
评论 #13592068 未加载
tbrockover 8 years ago
MongoDB receives a fair amount of criticism here but the company is a fantastic place to work. I&#x27;m proud that I was able to learn and grow as a developer alongside all of those who have been trying (and succeeding) to make a great database.<p>The team at MongoDB really cares a lot about making the best database product possible. I knew it when I was there and still think so after I&#x27;ve left.
评论 #13591106 未加载
评论 #13591336 未加载
评论 #13591373 未加载
评论 #13591713 未加载
评论 #13594227 未加载
jdcarterover 8 years ago
It&#x27;s been a long way from the &quot;Call Me Maybe: MongoDB&quot; post from years back. Aphyr&#x2F;Kyle took them to task in so many ways for playing fast and loose with data integrity, and rightly so. MongoDB could have said, &quot;that guy&#x27;s full of BS, ignore him,&quot; but instead they did the smart thing and paid Kyle to help solve the problem.<p>n.b. I can&#x27;t find the original &quot;Call Me Maybe&quot; post, but this later one [1] is similar.<p>[1]: <a href="https:&#x2F;&#x2F;aphyr.com&#x2F;posts&#x2F;284-jepsen-mongodb" rel="nofollow">https:&#x2F;&#x2F;aphyr.com&#x2F;posts&#x2F;284-jepsen-mongodb</a>
评论 #13591102 未加载
评论 #13591497 未加载
metheusover 8 years ago
I hadn&#x27;t noticed this before, but aphyr has an elaborate and articulate ethics policy: <a href="http:&#x2F;&#x2F;jepsen.io&#x2F;ethics" rel="nofollow">http:&#x2F;&#x2F;jepsen.io&#x2F;ethics</a><p>I like it.
评论 #13590796 未加载
评论 #13591063 未加载
kenwalgerover 8 years ago
MongoDB 3.4 passes the rigorous and tough Jepsen test. Jepsen designs tests to make databases fail in terms of data consistency, correctness, and safety... MongoDB 3.4 passed through their newest tests.<p>I think that this really shows how mature of a Database MongoDB is.
评论 #13591048 未加载
评论 #13590819 未加载
评论 #13590804 未加载
评论 #13590789 未加载
评论 #13590826 未加载
评论 #13591526 未加载
geodelover 8 years ago
I think this is 10th year of MongoDB&#x27;s existence. This year they seem to be having not just popular but good product. It will be interesting to see if ratio for Good&#x2F;Popularity is similar for most non-traditional databases.
mhoellerover 8 years ago
Good news to hear! We just finished a fairly big IoT project where we needed to ship a replicated database which was fast, easy to deploy and reliable. We tried other DBs but none was so stable to be shipped with a standalone application completely black boxed to the customer. I was septic in the beginning but after 800 installations in 2 month we have no complains. Also not from early adopters which run now for appr. a year.
rocky1138over 8 years ago
Why would anyone use MongoDB when RethinkDB is available?
评论 #13591612 未加载
评论 #13591745 未加载
评论 #13591706 未加载
评论 #13591529 未加载
jlaustillover 8 years ago
This is great news. Historically I&#x27;ve accepted the risk of data loss and coded checks when needed. I will never rely on my database, regardless of which one I am using for complete data consistency. It is, however, nice to see strides being made towards even better robustness. Go MongoDB!
评论 #13591042 未加载
评论 #13592825 未加载
dirkgover 8 years ago
I see many people say that Mongo is unfot for a production db, but it is actually used in production by many companies.<p>Obviously this is true of many products, but how serious is it in practice? The criteria for &#x27;good enough&#x27; can&#x27;t be passing Jespen because very few db&#x27;s do.<p>Storing schemaless json is a very valid use case. And the fact is there aren&#x27;t really many proper NoSql alternatives, other than RethinkDB, which I hope becomes popular, and maybe Couch. e.g. Cassandra is often touted but its a k-v store, not a document db.<p>There&#x27;s a reason Mongo became and continues to be popular. I still think Rethink is superior in every way.
_Codemonkeyismover 8 years ago
I know there are a lot of bad vibes on HN about MongoDB, but I also know several companies which MongoDB enabled with the right libraries to much faster iterate on &quot;schema&quot; and business requirements (in their growth phase) than with other databases at that time (some years ago). The schemaless approach of MongoDB suited their fast changing needs much better than e.g. RDBMs.<p>What currently still makes MongoDB nicer than e.g. Postgres JSON are the libraries embracing schemaless while JSON in PG libs still feels tacked on.<p>Recently I had some bad experience with MongoDB support though.<p>No experience with RethinkDB.
lowbloodsugarover 8 years ago
Is protocol v1 something that existing users can migrate to with just a client library swap, or is it a rewrite effort?
评论 #13592036 未加载
ClayFergusonover 8 years ago
These &#x27;from the ground up&#x27; totally all-new-code approaches to DBs are just a scary proposition. Think of the thousands of man-years of effort that went into building MySQL, testing its codebase, and perfecting it&#x27;s robustness (fail-proof-ness). What does MongoDB bring that couldn&#x27;t have &#x27;built on top&#x27; of MySQL codebase, and used MySQL transational layer as it&#x27;s underpinnings. Sure, MongoDB gets all its performance gains from delaying writes to the DB (eventually consistent), caching in memory, and dispensing with ACID, however there is nothing about MongoDB that couldn&#x27;t have been written to use the DB layer of MySQL at the point where it actually does its writes to disk. In this way, MongoDB would have revolutionized the world rather than mostly &quot;fragmenting&quot; the storage space.<p>I guess there are those who will say that even using batch-commits, that MongoDB could never have achieved the performance it currently does (by bypassing any ACID) if it was built on top of MySQL. But regardless, why not focus efforts on improving MySQL batch processing performance rather than throwing it all out, starting from scratch, and writing directly to disk. I know MongoDB became a success, but I think that is &#x27;in spite of&#x27; their decision to start from scratch and not &#x27;because of&#x27; it. Also think of the power that would be available if there were some relational table capability (true real MySQL ACID) right inside MongoDB whenever it was needed, if they were the &#x27;same animal&#x27;, rather than having to use two totally and completely separate DBs if you need NoSQL and also ACID in an app, which 99% of apps DO NEED, at some point, once an app grows beyond the round-one funding startup-toy phase and MongoDB falls flat in it&#x27;s RDB capabilities.
评论 #13593294 未加载
评论 #13593218 未加载
评论 #13593138 未加载
ahosnyover 8 years ago
This is the first time I hear of Jepsen. I think I&#x27;m immersed completely in Java than databases!