| 1. |
What Is Mean By Aggregate Aware? How We Are Using This Function? |
|
Answer» Aggregate awareness is a term that DESCRIBES the ability of a universe to make use of aggregate tables in a database. These are tables that contain precalculated data. You can use a function called @Aggregate_Aware in the Select statement for an object that directs a query to be RUN against aggregate tables rather than a table containing non aggregated data. Aggregate awareness is a term that describes the ability of a universe to make use of aggregate tables in a database. These are tables that contain precalculated data. You can use a function called @Aggregate_Aware in the Select statement for an object that directs a query to be run against aggregate tables rather than a table containing non aggregated data. |
|