Chapter 5. Optimizing Programs
In this chapter, we will see recipes related to program optimization. We will look at:
Using transaction SAT to find problem areas
Creation of secondary indexes in database tables
Adding hints in SELECT clause
Secondary indexes for internal tables
Hashed table for single read access
Replacing for all entries construct with Ranges