- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to upload a big CSV file in SAP Hybrid mobile app quickly?
As you said you are using the hot folder concept, you need to ensure that the proper threads are being used at every moment for any operation.
By default, the number of threads used for import is one. To be more technical, impex.import.workers thread is one if not set explicitly. Since in your case the file is big, make sure that you exploit all the available cores to the fullest. It is highly recommended that maximum threads at any point of time should not be more than twice the number of cores. For optimal working, you may need to work out test again and again till you get the work done with acceptable limit.
- Related Articles
- How to Upload a Video on the Mobile YouTube App?
- Using GUI upload to attach a file to email in SAP
- How to upload a file in Cypress?
- How to upload a file using JSP?
- Using header rows during flat file upload in SAP HANA
- Packaging a mobile app in built-in SAP UI5 for Android using Cordova
- How to import csv file in PHP?
- How to read CSV file in Python?
- How to create a CSV file manually in PowerShell?
- How to create a blank csv file in R?
- How to create playlist in YouTube mobile app?
- How to create a file upload button with HTML?
- How to upload file with selenium (Python)?
- How to parse a CSV file using PHP
- How to save a Python Dictionary to CSV file?

Advertisements