Will MongoDB still segfault under certain circumstances?
Everything will segfault under certain circumstances.
https://www.google.com/search?q=site:jira.mongodb.org+mongod...
21–30 of 119 posts
Will MongoDB still segfault under certain circumstances?
Everything will segfault under certain circumstances.
https://www.google.com/search?q=site:jira.mongodb.org+mongod...
With this release aggregation framework got super powerful. Now it returns a cursor. Now we can get the aggregation results and iterate over them. No more 16mb result limitation as well...
So does this mean document level locking has been implemented or just the foundation for its future implementation has been laid? I can't hold my breath much longer! :-) Edit: docs don't make any mention of it but then again they probably haven't updated them yet (fingers crossed!) http://docs.mongodb.org/manual/faq/concurrency/#what-type-of...
Don't asphyxiate, tokumx has document-level locking right now. http://github.com/Tokutek/mongo
A lot of hype... And we still have db level locking. If document level is too difficult, at LEAST do collection level (not that it is too much better, but least it some real improvement).
Ditching mmap will not be that easy, cause most of the speed and simplicity of Mongo comes from using mmap.
A lot of hype... And we still have db level locking. If document level is too difficult, at LEAST do collection level (not that it is too much better, but least it some real improvement).
I have never understood how the definition of "Document Database" is different from "File System".
You can also use GridFS to store files in the document database, which actually breaks files into chunks and stores them in collections, also just like a FAT table.
I have never understood how the definition of "Document Database" is different from "File System".
I have never understood how the definition of "Document Database" is different from "File System".