Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/unify/profiles-sync/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ With Profiles Sync, you can access the following three tables that Segment mater

These materialized tables provide a snapshot of your Segment profiles, batch updated according to your sync schedule.

> success ""
> Materialised view tables will have two months of historical data on backfill.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vanand17 Can you clarify what this means?

Does it mean that we only store two months of data at any time? So if a user checks the table today, they'll only see data going back 60 days, and no further?

Or does it mean that the backfill process only retrieves two months of historical data when it first runs? In other words, if someone sets up Profiles Sync today, the system would pull in the last 60 days of data, and from that point forward, it would keep accumulating new data.

### Switching to materialized Profile Sync

If you're not using materialized views for Profile Sync and would like to switch, follow these steps:
Expand Down