In-Memory Dimensional Aggregates
In-memory dimensional aggregates are dimension-only aggregate tables that are loaded and queried in memory. These can be used to improve response time for filtered dimensional lookup queries.
note
To use in-memory dimensional aggregates, you must have a license that contains the aggregate_table_cache
feature attribute. For information on obtaining such a license, reach out to your Account Executive.
Enable in-memory dimensional aggregates
At a high level, the process for enabling in-memory dimensional aggregates is as follows:
- Obtain a license that allows for in-memory dimensional aggregates.
- Enable the functionality in the engine settings.
- (Optional) Update your UDAs to pin them to the local in-memory cache. This ensures that the system attempts to load dimension-only UDAs into memory.
The following sections describe these steps in detail.