INDEX_SORTSIZE= Parameter File Option

Specifies the amount of memory that is allocated for creating asynchronous (parallel) sort indexes or appends.

Valid in: spdsserv.parm parameter file

Syntax

INDEX_SORTSIZE=n | nK | nM | nG;

Required Argument

n

specifies a number that indicates the amount of memory in terms of bytes (1), kilobytes (1,024 bytes), megabytes (1,048,576 bytes), or gigabytes (1,073,741,824 bytes).

Details

The specified value is divided by the number (n) of indexes that are to be created or appended in parallel; each index receives 1/nth of the allocated memory.
Last updated: February 3, 2017