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.
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.