Skip to content

Commit 19d5ed9

Browse files
authored
ParallelUploadDownload changes
Changes for deprecating ParallelUploadDownload
1 parent ea50e65 commit 19d5ed9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/relational-databases/replication/agents/replication-merge-agent.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,10 @@ replmerg [-?]
286286
Specifies whether the output should be verbose. If the verbose level is **0**, only error messages are printed. If the verbose level is **1**, all of the progress report messages are printed. If the verbose level is **2** (default), all error messages and progress report messages are printed, which is useful for debugging.
287287

288288
**-ParallelUploadDownload** [**0**\|**1**]
289-
Specifies whether the Merge Agent should process in parallel the changes uploaded to the Publisher and those downloaded to the Subscriber, which is useful in high volume environments with high network bandwidth. If **ParallelUploadDownload** is **1**, then parallel processing is enabled.
289+
Specifies whether the Merge Agent should process in parallel the changes uploaded to the Publisher and those downloaded to the Subscriber, which can be useful in high volume environments with high network bandwidth. However, note the warning below for cases where **ParallelUploadDownload** is set to **1**.
290+
291+
> [!WARNING]
292+
> [!INCLUDE[TODO: NEEDS LINK TO KB](../../../includes/ssnotedepfuturedontuse-md.md)] This parameter is on the list for possible deprecation soon. We recommend setting the **ParallelUploadDownload** parameter to 0 and avoiding use of the "High Volume Server-to-Server" Merge agent Profile, as **ParallelUploadDownload** is set to 1 in this profile.
290293
291294
**-PacketSize**
292295
Is the packet size, in bytes. The default is 4096 (bytes).

0 commit comments

Comments
 (0)