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.
===================================================================================
This
tutorial contains a number of pages, each one explaining a tip or
trick. You can either browse them one by one (click on the NEXT
button, or jump straight to a tip or trick which interests you:

