Skip to content

Aggregate Table

A table structure that stores summarized results derived from detailed data in order to accelerate analytical queries.

Aggregate tables prevent the same summary calculations from being executed repeatedly over high-volume detailed data. Summaries such as daily sales totals, monthly active customers, or regional performance can be stored in these structures. This improves dashboard performance and user experience. However, freshness, refresh cadence, and semantic correctness must be managed carefully.