Skip to content

Commit 4c5c118

Browse files
committed
fine-tuning callout phrasing
1 parent fede5c4 commit 4c5c118

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/unify/data-graph/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ The Data Graph acts as a semantic layer that allows businesses to define relatio
1313

1414
## Prerequisites
1515

16-
> info "Segment recommends materialized views, but selection requirements apply"
17-
> Segment recommends using materialized views for Profiles Sync to optimize performance and reduce query costs with Linked Audiences. However, due to schema inference requirements, you must also select the corresponding **unmaterialized** tables when you configure Profiles Sync. Segment references these tables during setup, even if materialized views are used for computation.
16+
> info "Why you need both materialized and unmaterialized tables right now"
17+
> Segment recommends using materialized views for Profiles Sync to optimize performance and reduce query costs with Linked Audiences. However, due to schema inference requirements, you'll still need to select the matching **unmaterialized tables**, too. Segment relies on them during setup, even if they’re not used when queries actually run.
1818
1919
To use the Data Graph, you'll need the following:
2020

2121
- A supported data warehouse with the appropriate Data Graph permissions
2222
- Workspace Owner or Unify Read-only/Admin and Entities Admin permissions
2323
- For Linked Audiences, set up [Profiles Sync](/docs/unify/profiles-sync/) in a Unify space with ready-to-use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse. When setting up selective sync, Segment recommends the following settings:
2424
- Under **Profile materialized tables**, select all the tables (`user_identifier`, `user_traits`, `profile_merges`) for faster and more cost-efficient Linked Audiences computations in your data warehouse.
25+
- **Make sure to include the unmaterialized tables, too**. Segment needs them during setup to understand your schema.
2526
- Under **Track event tables**, select **Sync all Track Call Tables** to enable filtering on event history for Linked Audiences conditions.
2627

2728
> info ""

0 commit comments

Comments
 (0)