cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAC Planning Import API Performance

Soner
Discoverer
353

Hello,

We are using the SAC Import API in our projects in order to integrate our calculations across all of our projects.

Which documented here: SAP Analytics Cloud REST API , It works fine for lots of rows like 100k, 250k but when it comes to 1 or 1k rows, it takes too much time to import them(20 seconds minimum). 

 The sample import process is like following:

  1. Calling the "Create job for model" API /models/{modelID} (POST)
  2. Attaching the import rows with /jobs/{jobID} (POST)
  3. Triggering the import job /jobs/{jobID}/run
  4. Calling the job status API until the job finishes /jobs/{jobID}/status

Is there any way to speed up this process?

Best Regards

Accepted Solutions (0)

Answers (0)