Skip to content

Commit 5bea881

Browse files
pwsegforstisabella
andauthored
Update src/unify/profiles-sync/tables.md
Co-authored-by: forstisabella <[email protected]>
1 parent 06dc33a commit 5bea881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/profiles-sync/tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table shows how raw tables map to their corresponding materialized
2222
| `external_id_mapping_updates` | `user_identifiers` | Tracks external IDs associated with user profiles. |
2323
| `profile_traits_updates` | `user_traits` | Tracks changes to user profile traits (like names or emails). |
2424

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.
2626

2727
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.
2828

0 commit comments

Comments
 (0)