Delta Transfer of large binary files
The Delta Transfer feature can improve performance by transferring only the deltas (modified portions) of large binary+F
files to and from remote clients when they use these two commands:
To learn more, see File types in the Helix Core Command-Line (P4) Reference, as well as these configurables:
-
net.delta.transfer.minsize
, the minimum file size for delta transfers. -
net.delta.transfer.threshold
, the maximum percentage of a file that differs before the whole file is transferred rather than only transferring the deltas.
The Delta transfer feature is not supported through proxy servers (P4P).