Skip to content

Commit f439a18

Browse files
committed
docs: Add troubleshooting instructions for pre-aggregation matching
1 parent c2381ab commit f439a18

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/pages/product/caching/matching-pre-aggregations.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,15 @@ cubes involved in the query.
9191
- If multiple cubes are referenced in the query, the pre-aggregation should
9292
include only members of these cubes.
9393

94-
## Common pitfalls
94+
## Troubleshooting
95+
96+
If you're not sure why a query does not match a pre-aggregation, try to identify
97+
the part of the query that prevents it from matching. You can do that by
98+
removing measures, dimensions, filters, etc. from your query until it matches.
99+
Then, refer to the [matching algorithm](#matching-algorithm) and [common
100+
pitfalls](#common-pitfalls) to understand why that part was an issue.
101+
102+
### Common pitfalls
95103

96104
- Most commonly, a query would not match a pre-aggregation because they contain
97105
[non-additive measures][ref-measure-additivity]. See [this

0 commit comments

Comments
 (0)