Skip to content

Commit 98bf552

Browse files
committed
move some stuff around
1 parent d937a61 commit 98bf552

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: Profiles Sync Tables and Materialized Views
33
plan: unify
44
---
55

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

8-
## Understanding raw and materialized views
8+
This page compares raw tables and materialized views, explaining their roles and use cases. It also outlines the tables Segment lands and the tables you can materialize as part of Profiles Sync.
9+
10+
## Raw tables and materialized views
911

1012
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.
1113

@@ -26,15 +28,13 @@ Materialized views are better for reporting, analytics, and when you need an up-
2628

2729
For example, if you want to debug why a specific profile trait was updated, you'd look at the `profile_traits_updates` raw table. But if you want to see the current profile data for a marketing campaign, you'd probably opt for the `user_traits` materialized view.
2830

29-
30-
31-
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.
32-
3331
## Case study: anonymous site visits lead to profile merge
32+
33+
This section uses a practical example of how Segment connects and merges anonymous profiles to illustrate how Profiles Sync populates and updates its tables.
3434

35-
To help illustrate the possible entries and values populated into Profiles Sync tables, view the event tabs below and consider the following scenario.
35+
Explore the following event tabs to learn how these examples result in profile creation and merging.
3636

37-
Suppose the following four events lead to the creation of two separate profiles:
37+
Suppose these four events lead to the creation of two separate profiles:
3838

3939
{% codeexample %}
4040
{% codeexampletab Event 1 %}

0 commit comments

Comments
 (0)