| United States-English |
|
|
|
![]() |
ALLBASE/SQL Performance and Monitoring Guidelines: HP 3000 MPE/iX Computer Systems > Chapter 1 Basic Concepts in ALLBASE/SQL PerformanceSorting |
|
Allbase/SQL uses sorting in several ways:
Sorting operations require both disk space and CPU time, so they often raise performance issues. Space for sorting may be required in temporary files which can be in the current group or directory or in TempSpaces you define for the purpose. You can avoid the use of temporary files at run time by creating an index on the sort key. In many cases, the index can be used to carry out the sort. Space is also needed for the temporary storage of sort output. This space is allocated in the SYSTEM DBEFileSet, which must have enough TABLE or MIXED DBEFile space to accomodate each query result. Performance issues in sorting are discussed in more detail in the section "Sorting Operations" in the "Guidelines on System Administration" chapter. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||