Document-level locking and compression come to MongoDB
docs.mongodb.org
Document-level locking and compression come to MongoDB
1–10 of 13 posts
Re: Document-level locking and compression come to MongoDB
#2Re: Document-level locking and compression come to MongoDB
#3Re: Document-level locking and compression come to MongoDB
#4Re: Document-level locking and compression come to MongoDB
#5People must be careful not to heavily update big documents with these.
Re: Document-level locking and compression come to MongoDB
#6Nice to see WiredTiger getting some love. LevelDB gets all the credit these days (and LMDB to a [much] lesser extent).
Re: Document-level locking and compression come to MongoDB
#7I gave up on MongoDB after 2.6 but it sounds like they're finally maturing to a true production ready datastore.
Re: Document-level locking and compression come to MongoDB
#8Nice to see WiredTiger getting some love. LevelDB gets all the credit these days (and LMDB to a [much] lesser extent).
What is WiredTiger? I checked the github, but couldn't find any high level information other than it uses a LSM much like LevelDB. What advantages/tradeoffs have they made in WiredTiger vs. LevelDB?
Re: Document-level locking and compression come to MongoDB
#9Document-level locking will likely result in much better performance for MongoDB.
Re: Document-level locking and compression come to MongoDB
#10On a serious note, Postgres 9.3 with the JSON data type is quite comparable to MongoDB these days.