Click or drag to resize

QdbClusterSetMaxParallelism Method

Sets the number of threads that will be used to execute queries by the current handle.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void SetMaxParallelism(
	int thread_count
)

Parameters

thread_count
Type: SystemInt32
Number of threads. Value of 0 means the number of logical processor cores.
See Also