Skip to content

Commit 2e03760

Browse files
JamesFerebeev-aljeAlbertyang0
authored
Update default maxbcpthreads value to 1 (#34046)
Co-authored-by: Alma Jenks <[email protected]> Co-authored-by: Bo wen Yang <[email protected]>
1 parent dd80293 commit 2e03760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The number of seconds before the login times out. The default is `15` seconds.
217217

218218
#### -MaxBcpThreads *number_of_threads*
219219

220-
Specifies the number of bulk copy operations that can be performed in parallel. The maximum number of threads and ODBC connections that exist simultaneously is the lesser of `MaxBcpThreads` or the number of bulk copy requests that appear in the synchronization transaction in the distribution database. `MaxBcpThreads` must have a value greater than `0` and has no hard-coded upper limit. The default is `2` times the number of processors, up to a maximum value of `8`. When applying a snapshot that was generated at the Publisher using the concurrent snapshot option, one thread is used, regardless of the number you specify for `MaxBcpThreads`.
220+
Specifies the number of bulk copy operations that can be performed in parallel. The maximum number of threads and ODBC connections that exist simultaneously is the lesser of `MaxBcpThreads` or the number of bulk copy requests that appear in the synchronization transaction in the distribution database. `MaxBcpThreads` must have a value greater than `0` and has no hard-coded upper limit. The default is `1`, up to a maximum value of `8`. When applying a snapshot that was generated at the Publisher using the concurrent snapshot option, one thread is used, regardless of the number you specify for `MaxBcpThreads`.
221221

222222
#### -MaxDeliveredTransactions *number_of_transactions*
223223

0 commit comments

Comments
 (0)