Hi,Uploading huge files on to the server using the File Upload
functionality is not recommended.You need to place this file on sFTP and
then using File Collector provide the file to Data Loading
activity.Since the file is huge, it will take some time to process. The
only possible way to reduce time will be to use multiple workflows and
break this file into smaller chunks.Use each such workflow to process
one chunk. This method will provide you some sort of parallelism but
eventually the data is ...