Mongo 3.2 Is Available

GREAT work on 1.3 & the guides and documentation! I see this as a solid re-invigoration of the project & community.

I’m very excited about the Mongo update to 3.2 because of the WiredTiger engine and performance updates… Hopefully squelching a lot of complaints people at large have about Mongo. Also hopefully it will work on a docker-mounted-volume (whereas because of memory mapping, mongo data isn’t available to the host when stored on a mounted volume).
https://docs.mongodb.org/manual/release-notes/3.2/

I’m sure this isn’t too high in the priority list, and I have seen a couple of issues when researching it, so it might not be easy…


But it still sounds cool!

+1

I think upgrading Mongo and Node to latest stable versions is a top priority for Meteor 1.4.

4 Likes

As far as I understand though, Meteor doesn’t work with sharded mongo clusters because it can’t read the oplogs in that case.

Which is really something the Meteor docs owe it to us to make loud and clear.