April 11, 2014
9:29 a.m.
Roberto wrote:
What about storing and retrieving documents that exceed the Mongo document size limit? :)
Pushing large documents through MongoDB might be a pretty bad idea. I donât find enough google search results to mongodb "zero-copyâ and there are no claims that GridFS is fast on the website, only easy. You might get much better results using a distributed files system (mogilefs?) Stephan