Master Data Management with webMethods OneData : Developing for webMethods OneData : REST Web Services : Using JSON Strings in REST Services : REST URL Parameters : batchSize
batchSize
The batch size of the number of records that are read or cached in each call to the database. For example, if there are 1000 records available to retrieve and batchSize=100, the server retrieves 100 records at a time, making 10 calls.
Tip:  
The batch size depends on the amount of memory available for processing on the server. Since conceptual objects use more memory, so you should decrease batchSize for conceptual objects and increase it for data objects. For large conceptual objects, try configuring different values for batchSize to find the size that offers the best response time without generating an OutOfMemoryException error.
Use any positive integer value, for example, batchSize=25. There is no default value.
Copyright © 2011-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback