Hi,
We are using SugarCRM "POST" API call to insert into the modules,but we find out the performance of the Insert operation is too slow.
Is there any other API call we can use to increase the performance of the Insert Operation??
Hi,
We are using SugarCRM "POST" API call to insert into the modules,but we find out the performance of the Insert operation is too slow.
Is there any other API call we can use to increase the performance of the Insert Operation??
Hi Anush,
which version of SugarCRM are you using?
Greets,
Mark
Importing any meaningful amount of data into SugarOnDemand has been painful to say the least. Both SOAP and REST APIs are SLOW. I'm experiencing 3 seconds per record in the SOAP API and even longer in REST API. The import file feature may be faster, but you have to subdivide your import file, so now you're stuck managing that dog of a process.
This is an issue that needs to be addressed by SugarCRM. Without an efficient way to update your database, it will get stale and inaccurate. If anyone finds a better solution, I'd like to hear about it.
Importing any meaningful amount of data into SugarOnDemand has been painful to say the least. Both SOAP and REST APIs are SLOW. I'm experiencing 3 seconds per record in the SOAP API and even longer in REST API. The import file feature may be faster, but you have to subdivide your import file, so now you're stuck managing that dog of a process.
This is an issue that needs to be addressed by SugarCRM. Without an efficient way to update your database, it will get stale and inaccurate. If anyone finds a better solution, I'd like to hear about it.