You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "neshkeev (via GitHub)" <gi...@apache.org> on 2023/01/23 11:48:13 UTC

[GitHub] [cassandra] neshkeev commented on a diff in pull request #1052: CASSANDRA-16573: CQLSH copy defaults appear to be incorrect on website

neshkeev commented on code in PR #1052:
URL: https://github.com/apache/cassandra/pull/1052#discussion_r1083959831


##########
doc/source/tools/cqlsh.rst:
##########
@@ -441,8 +441,7 @@ Options that are common to both ``COPY TO`` and ``COPY FROM``.
   The string literal format for boolean values.  Defaults to ``True,False``.
 
 ``NUMPROCESSES``
-  The number of child worker processes to create for ``COPY`` tasks.  Defaults to a max of 4 for ``COPY FROM`` and 16
-  for ``COPY TO``.  However, at most (num_cores - 1) processes will be created.
+  The number of child worker processes to create for ``COPY`` tasks.  Defaults to a max of 16 or (num_cores - 1) processes, whichever is smaller.

Review Comment:
   Is this actually true? Could you please check?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org