Click or drag to resize

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)
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