Optimizing Aggregation

FOCUS aggregation verbs SUM, COUNT, and WRITE, and direct operators MIN., MAX., and AVE., retrieve a final aggregated answer set rather than individual values. Since the RDBMS handles aggregation efficiently, the data adapter structures its retrieval request so that the RDBMS performs the aggregation. The data adapter passes aggregation to the RDBMS when:

Note:


Information Builders