Configuring Batch Size for Imports
Objects are imported in batches, according to the batch size configured in the system. The default batch size is 500, which means that 500 masters of objects are imported in a single batch. For example, if there are 1200 masters of parts to be imported, three batches of parts will be created for import.
An Administrator can customize the batch size by adding the following property in the Windchill/codebase/wt.properties file:
com.ptc.windchill.rd.readiness.iterationsFromMastersBatchSize=<number of masters in each batch>
In the following example, 100 masters of a type are configured to be imported in each batch:
com.ptc.windchill.rd.readiness.iterationsFromMastersBatchSize=100
Any number above zero can be entered. If you enter an invalid value, the default value 500 is considered.
Isto foi útil?