Full Buffering would be appropriate for?
-
Transaction Tables
-
Small Static tables
-
Internal Tables
-
Tables with generic Keys
B
Correct answer
Explanation
Full buffering loads the entire table into memory. This is appropriate only for small static tables that are read frequently and rarely change, as the memory cost must be justified by high read activity. Transaction tables change too frequently, and internal tables are runtime structures.