SQL Sorting Memory (-SQLTempBuff)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
SQL Sorting Memory (-SQLTempBuff)
Use SQL Sorting Memory (-SQLTempBuff) to define the amount of memory to
use as a data buffer for each SORT operation.
| Operating system and syntax | UNIX / Windows | -SQLTempBuff
value |
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| SQL | — | 8 | 1000 | 1000 |
- value
- Size in K-bytes of memory to use for each
SORToperation.
This is a performance-tuning parameter and is not ordinarily required.
The SQL Sorting Memory (-SQLTempBuff)
parameter may be modified while your database is online using PROMON or through the
_DbParams VST. This change will only take effect on the primary broker and its newly spawned
servers.
Note: Each connection allocates one temporary table buffer.