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 p4 sync
and p4 submit
. To learn more, see File types in 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.