3

I'm starting a connection to a CnosDB cluster but would like to increase the concurrency of the client. Having found this parameter from the doc:

-t --target-partitions Optional; the number of slices to execute the query, increasing which can increase concurrency. Not specified by default.

If not specified, what is the default concurrency level? 1 or other number?

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
Munin
  • 1,576
  • 2
  • 19

1 Answers1

2

When the client starts without target partions, it checks the number of cpu cores on the computer and sets it to this value.We'll update the document later

Subsegment
  • 152
  • 6