Previous Page | Next Page

Performance Considerations

Sorting DBMS Data

Sorting DBMS data can be resource-intensive--whether you use the SORT procedure, a BY statement, or an ORDER BY clause on a DBMS data source or in the SQL procedure SELECT statement. Sort data only when it is needed for your program.

Here are guidelines for sorting data.

Previous Page | Next Page | Top of Page