Hello. After some tests, it seems that the Camel MongoDB "findAll" operation tries to load all the matching queried data into memory before process them. With collections whose content is about tens millions of documents, this naturally leads to OutOfMemoryErrors...
Does this component may use cursors to read the input data and stream them ? An idea ? Thanks in advance. Regards. -- View this message in context: http://servicemix.396122.n5.nabble.com/Does-Camel-MongoDB-use-cursors-on-findAll-tp5720047.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
