Skip to content

Commit cdb3e00

Browse files
committed
add intro
1 parent 6dc509e commit cdb3e00

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ plan: unify
55

66
Through Profiles Sync, Segment provides data sets and models that can help you enrich customer profiles using any warehouse data available to you.
77

8+
## Understanding raw and materialized views
9+
10+
Profiles Sync creates two types of tables in your data warehouse: raw tables and materialized views. These tables help you work with profile and event data at different levels of detail.
11+
12+
- Raw tables store unprocessed event-level data and capture all updates and changes as they occur.
13+
- Materialized views take data from raw tables and organize it into a streamlined view of profile traits, identifiers, and merges.
14+
15+
The following table shows how raw tables map to their corresponding materialized views:
16+
17+
18+
819
Using a practical example of how Segment connects and then merges anonymous profiles, this page explains the tables that Segment lands, as well as the tables you materialize as part of Profiles Sync.
920

1021
## Case study: anonymous site visits lead to profile merge
@@ -75,6 +86,7 @@ Initially, Segment generates two profiles for the first three calls. In the fina
7586
Profiles Sync tracks and provides information about these events through a set of tables, which you’ll learn about in the next section.
7687

7788

89+
7890
## Profile raw tables
7991

8092
Profile raw tables contain records of changes to your Segment profiles and Identity Graph over time.
@@ -83,7 +95,6 @@ With raw tables, you have full control over the materialization of Profiles in y
8395

8496
Raw tables contain complete historical data when using historical backfill.
8597

86-
8798
### The id_graph_updates table
8899

89100
The `id_graph_updates` table maps between the following:

0 commit comments

Comments
 (0)