Aggregate Tables & Aggregate Navigation
Explain how aggregate tables are registered in the RPD so the BI Server automatically routes queries to the smallest sufficient grain.
Aggregate navigation is one of the most valuable — and most tested — performance features in the RPD. It lets a data warehouse team pre-compute summary tables at coarser grains (say, monthly-by-region instead of daily-by-store) and have the BI Server transparently choose the aggregate when a query doesn't need finer detail, without any change to the reports themselves.
It's like keeping a jar of pre-mixed pancake batter in the fridge for a quick weekend breakfast, but still having flour, eggs, and milk on hand in the pantry for when a recipe needs something the pre-mix can't provide — you reach for the coarser, ready-made option whenever it's sufficient.