Skip to content

Commit 833a91d

Browse files
authored
Add how top metric dimension values determined. (#503)
1 parent 4858eb8 commit 833a91d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/data-management/data-pipeline.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ We compute metric dimension (also called metric properties) metric values as par
6666
1. **Metric dimensions daily**: An incremental step, very similar to the core pipeline daily data frame step. Every metric dimension value is treated as a separate metric with its own column. If you have high cardinality along several dimensions, this can make this step fairly slow (though we do cap cardinality at 50 to guard against this).
6767
2. **Metric dimensions cumulative**: Very similar to the cumulative data frame step from the core pipeline, we generate summarized metric dimension values for each subject and day.
6868

69+
:::info
70+
The top 50 values are computed in a weekly job (and immediately after saving) that scans the fact SQL for the past month and sorts by the highest volume.
71+
:::
72+
6973
#### Funnel metrics pipeline
7074

7175
Funnel metrics require their own pipeline because of the complicated logic that must be performed over the relevant events.

0 commit comments

Comments
 (0)