Description
Replicator provides the possibility to set priority to the CAB files. The feature is specifically designed for low bandwidth network to avoid sending/receiving huge CAB files. The following priority levels are available:
- High priority files contain the metadata or critical information.
- Low priority cab files contain all the data.
In this respect, Adonis Replicator covers the following:
...
- Stop transfer of low priority files when bandwidth is less than (KB/s). In the field, set the bandwidth limit (KB/s) for sending/receiving low priority files.
- Stop transfer of any files when bandwidth is less than (KB/s). In the field, set the bandwidth limit (KB/s) for sending/receiving any files.
If the Bandwidth thresholds options contain non-zero values, Replicator measures the bandwidth when downloading the first files.
Advanced settings
- Minimum server response time via a satellite connection (milliseconds). In the field, specify the minimum time the server may respond.
- Duration of bandwidth measurement process (milliseconds). In the field, how long the measurement of bandwidth can take.
...
There is another way you can use to add low priority fields. Simply, enter LowPriorityFields='VALUE' where VALUE is a field name to be added with low priority and ImportTableName=' PW001OLEDOCS ' in the replication tasks table.
The LowPriorityFields value must not contain:
- primary key fields
- foreign key fields
- fields used in a unique constraint
- fields that do not allow nulls
...