Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Dec 3, 2024
1 parent f57877b commit b61c8b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ This allows `CALL` subqueries to utilize multiple CPU cores simultaneously, whic
[NOTE]
The concurrency value is optional.
If not specified, a default value based on the amount of available CPU cores will be chosen.
If a negative number is specified, the concurrency will be the number of available CPU cores reduced by the absolute value of that number.
If a negative number is specified (which can only be done through a parameter), the concurrency will be the number of available CPU cores reduced by the absolute value of that number.

.Load a CSV file in concurrent transactions
====
Expand Down

0 comments on commit b61c8b9

Please sign in to comment.