A new request called ExecuteMultipleRequest has been added to the Update rollup 12 for the Bulk Data Load . Using this request, multiple request can be executed with the single server call. The main advantage of this request is that it will definitely improve the performance since in one round trip to the server, it actually posts more than 1 message to be executed. With reduced round trips for each individual request the performance improvement is exponential.
ExecuteMultipleRequest accepts the...(read more)
↧