 | QdbClusterSetMaxParallelism Method |
ets the number of threads that will be used to execute queries
by the current handle.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.13.5.0 (3.13.5.0)
Syntaxpublic void SetMaxParallelism(
int thread_count
)
Public Sub SetMaxParallelism (
thread_count As Integer
)
Parameters
- thread_count
- Type: SystemInt32
Number of threads. Value of 0 means the number of logical processor cores.
See Also