Multiple choice technology programming languages

Full Buffering would be appropriate for?

  1. Transaction Tables

  2. Small Static tables

  3. Internal Tables

  4. Tables with generic Keys

Reveal answer Fill a bubble to check yourself
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.