Configuration options are available in the server configuration file ctsrvr.cfg to configure the LATTE sorting subsystem for c-treeACE SQL. This subsystem is indicated as: SUBSYSTEM SQL LATTE. Keywords that affect this subsystem must be enclosed in curly braces as shown in the example below:
SUBSYSTEM SQL LATTE
{
SQL LATTE KEYWORD
}
This subsystem accepts the following keywords:
Example
Notice that any keywords listed above must be in a section of the configuration file labeled SUBSYSTEM SQL LATTE and enclosed in curly braces. For example, include the following to set the maximum advisable memory per environment to 64MB:
SUBSYSTEM SQL LATTE
{
MAX_MEMORY 64M
}