Abani Patra
Abani Patra

Reputation: 172

Mule ESB Large File Handling

I have some scenario where I need to handle very large file like with file size as 20 GB or more. How I can handle these file in Anypoint Studio. Any suggestion will be helpful.

Upvotes: 1

Views: 4339

Answers (2)

Star
Star

Reputation: 1503

When it comes to large files, use Batch in Mule is the best option. This component handles large file and processes them faster.
Please find the details in below URLs:

Edit: Removed the old URL as it is not exist anymore.

Upvotes: 1

Harish Kumar
Harish Kumar

Reputation: 61

Your best bet is to use Batch to read such big file. but if you can't then as as it is a file stream don't load the complete file in mememory, work with the file stream reader.

Upvotes: 1

Related Questions