|
Use of buffered tables is recommended to improve the performance considerably. The buffer is bypassed while using the following statements
- Select distinct
- Select … for update
- Order by, group by, having clause
- Joins
Use the Bypass buffer addition to the select clause in order to explicitly bypass the buffer while selecting the data. |