Document Sort Buffer

The Document Sort Buffer stores an internal index and data about the documents. It is only used during all-at-a-time processing. Enrichment allocates a block of memory for the document properties buffer when the program starts. If the size of this buffer is insufficient, Enrichment automatically doubles it. Use the Environment group <DOCBUFFER> tag to control the initial size of the document properties buffer (in the range 1K to 2G-1K). Adjusting the initial size of the buffer minimizes the number of times that reallocation occurs.

For complete information on using the <DOCBUFFER> tag, refer to the Enrichment Language Reference Guide.