Multiple choice technology

When are aggregates useful?

  1. Always

  2. They are useful only for key figures with aggregation SUM, MIN, or MAX

  3. To increase the speed of loading during data update

  4. For reorganizations and realignments

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Aggregates are pre-computed summaries that improve query performance. They are useful for key figures with aggregation types SUM, MIN, or MAX (B). Aggregates don't help with loading speed (C), are not always useful (A), and are not specifically for reorganizations (D).