You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/profiles-sync/tables.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The following table shows how raw tables map to their corresponding materialized
22
22
|`external_id_mapping_updates`|`user_identifiers`| Tracks external IDs associated with user profiles. |
23
23
|`profile_traits_updates`|`user_traits`| Tracks changes to user profile traits (like names or emails). |
24
24
25
-
Raw tables are best for detailed, event-level analysis or debugging specific updates in the identity graph. They show every single change and event in your Profiles Sync pipeline.
25
+
Raw tables are best for detailed, event-level analysis or debugging specific updates in the Identity Graph. They show every single change and event in your Profiles Sync pipeline.
26
26
27
27
Materialized views are better for reporting, analytics, and when you need an up-to-date view of profile traits or identifiers. Materialized views reduce complexity by summarizing data from the raw tables.
0 commit comments