Is it a better structure to complete many individual requests or one large ad-hoc request with say 3 limit of 3 fields?
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Is it a better structure to complete many individual requests or one large ad-hoc request with say 3 limit of 3 fields?
It is better to make a single request.
To optimize performance there are several things you can do:
In the developer community, under the Documentation tab for the DSS REST API, there is a tuning document that gives you more details to help you optimize your applications.