MongoDB 1.8 (stable) released
blog.mongodb.org
MongoDB 1.8 (stable) released
1–10 of 69 posts
Re: MongoDB 1.8 (stable) released
#2EDIT: Also... does the group commit mean that ALL write transactions will be un-acknowledged to the client until the group commit finishes?
Re: MongoDB 1.8 (stable) released
#3Re: MongoDB 1.8 (stable) released
#4Re: MongoDB 1.8 (stable) released
#5yay "Tab completion in the shell" and "B-tree index self-compaction" are great. So is --journal.
Re: MongoDB 1.8 (stable) released
#6"New map/reduce options for incremental updates" would also be really cool if they had a way to do something like couchDBs incremental views. This would require keeping track of changes or a "trigger" functionality that runs the m/r task after every x inserts
Re: MongoDB 1.8 (stable) released
#7This is Not exciting:
"Note that this option is possible only when the result set fits within the 16MB limit of a single document."
Re: MongoDB 1.8 (stable) released
#8[deleted]
Re: MongoDB 1.8 (stable) released
#9Re: MongoDB 1.8 (stable) released
#10This is exciting: db.users.mapReduce(map, reduce, {out: { inline : 1}}); This is Not exciting: "Note that this option is possible only when the result set fits within the 16MB limit of a single document."