MinLongThreads

Integer

15

Purpose

The MinLongThreads parameter specifies the minimum number of long threads that are present in the thread pool for long threads. Long threads are threads to handle request types that are expected to have a relatively long execution time (for example, server execution methods).

The minimum value is 1 and the maximum value is 4095.

The thread pool of long threads uses a Windows I/O completion port to distribute requests among its threads, thereby reducing the thread context switches in the server process.

Parameter is read when …

The database server node is next initialized.