Specify archive batch size and maximum number of batches to be archived
Archiving a large number of objects can take a considerable amount of time. To optimize archival time, objects must be archived in batches. Before scheduling an archive task, you can configure the batch size and the maximum number of batches using ArchiveConfigSettings.xml
Based on your requirements, configure the xml setting:
Setting | Description |
---|---|
XML file name and path | [InstallPath]\Settings\ArchiveConfigSettings.xml |
Node | <ArchiveSchema BizRights = “4.0” BatchSize = “4” MaximumBatches
= “4”>
|
Configuration setting | Locate the word BatchSize and replace the value of the
attribute BatchSize to a required value. For example, if you
specify 10 and there are 50 objects to be archived; the
objects are archived in 10 batches with 5 objects in each batch. Similarly, you
can also change the value for the attribute MaximumBatches .
|
Default value | The default value for batch size is 150 and maximum number of batches is 3. |