@@ -256,7 +256,7 @@ Segment's Identity Resolution has processed these events, which contain a `segme
256
256
257
257
258
258
259
- ## Tables Segment Materializes
259
+ ## Tables Segment materializes
260
260
261
261
With Profiles Sync, you can access the following three tables that Segment materializes for a more complete view of your profile:
262
262
@@ -272,17 +272,17 @@ If you're not using materialized views for Profile Sync and would like to switch
272
272
273
273
1 . Enable Materialized Views through Selective Sync:
274
274
- Navigate to ** Unify** on the sidebar and select ** Profiles Sync** .
275
- - Ensure you are viewing the ** Engage space** you would like to enable materialized views for.
275
+ - Ensure you are viewing the Engage space you would like to enable materialized views for.
276
276
- Go to ** Settings** → ** Selective Sync** and enable the following tables:
277
277
- ` user_traits `
278
278
- ` user_identifiers `
279
279
- ` profile_merges `
280
280
281
281
2 . ** Request a Full Profiles and Events Backfill**
282
282
- After enabling the materialized views, you'll need to ensure historical data is populated in the materialized tables.
283
- - Write to
[ [email protected] ] ( mailto:[email protected] ) { : target =" _ blank"} and request:
283
+ - Write to
[ [email protected] ] ( mailto:[email protected] ) and request:
284
284
- A full ** Profiles Backfill** to populate historical profiles data.
285
- - An ** Events Backfill** to include any relevant historical events. Please share a date range for us to pull data in for the events backfill.
285
+ - An ** Events Backfill** to include any relevant historical events, including a date range for Segment to pull data in for the events backfill.
286
286
287
287
3 . ** Verify Your Data**
288
288
- Once the backfill is complete, review the data in your warehouse to confirm all necessary historical information has been included.
@@ -293,9 +293,9 @@ If you're not using materialized views for Profile Sync and would like to switch
293
293
### Why materialized views?
294
294
295
295
Materialized views offer several advantages:
296
- - ** Faster Queries :** Pre-aggregated data reduces query complexity.
297
- - ** Improved Performance :** Access enriched profiles and historical events directly without manual joins.
298
- - ** Data Consistency :** Automatically updated views ensure your data stays in sync with real-time changes.
296
+ - ** Faster queries :** Pre-aggregated data reduces query complexity.
297
+ - ** Improved performance :** Access enriched profiles and historical events directly without manual joins.
298
+ - ** Data consistency :** Automatically updated views ensure your data stays in sync with real-time changes.
299
299
300
300
301
301
### The user_traits table
0 commit comments