IU_IDXTHREADS
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
|
The IU_INDEXTHREADS environment variable specifies the number of index threads.
Value
The number of index threads. The default is 1.
Discussion
The number of index threads is set to 1 by default because most systems don’t handle multiple threads writing to the same file very efficiently. However, on systems with extremely fast random I/O (like an NMVe SSD with PCIe or a high-end SANS), setting this number to 2 or higher may result in better performance.
Setting location
The environment.
Used by
isutl utility, fconvert utility
See also
IU_FEEDERTHREADS for more information about how isutl uses multi-threading.
Examples
On UNIX,
IU_IDXTHREADS=2 ;export IU_IDXTHREADS