You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Track event tables](/docs/unify/profiles-sync/tables/#track-event-tables)| To view and select individual track tables, don't sync track tables during the initial setup. Edit your sync settings after enabling Profiles Sync and waiting for the first sync to complete.| 2 months |
|[Track event tables](/docs/unify/profiles-sync/tables/#track-event-tables)|To view and select individual track event tables, don’t sync them during initial setup. Edit your sync settings after turning on Profiles Sync and waiting for the first sync to complete. | 2 months |
93
93
94
94
#### Using Selective Sync
95
95
96
-
Use Selective Sync to manage the data you send to your warehouses by choosing which tables and columns (also known as properties) to sync. Syncing fewer tables and properties will lead to faster and more frequent syncs, faster queries, and using less disk space.
96
+
Selective Sync lets you choose which tables and columns (also called properties) to sync. Syncing fewer tables and properties reduces sync times, improves query performance, and uses less disk space.
97
97
98
98
You can access Selective Sync in two ways:
99
-
- From the Set Selective Sync page as you connect your warehouse to Profiles Sync.
100
-
- From the Profiles Sync settings (**Profiles Sync** > **Settings** > **Selective sync**).
99
+
- From the Set Selective Sync page when you connect your warehouse to Profiles Sync.
You'll see a list of event type tables, event tables, and [tables Segment materializes](/docs/unify/profiles-sync/tables/#tables-segment-materializes) available to sync. Select the tables and properties that you'd like to sync, and be sure the ones you'd like to prevent from syncing aren't selected.
102
+
You’ll see a list of event type tables, event tables, and [tables Segment materializes](/docs/unify/profiles-sync/tables/#tables-segment-materializes). Select the tables and properties to sync, and clear the ones you don’t want to sync.
103
103
104
-
Regardless of schema size, only the first 5,000 collections and 5,000 properties per collection can be managed using your Segment space. To edit Selective Sync settings for any collection which exceeds this limit, [contact Segment support](https://app.segment.com/workspaces?contact=1){:target="blank"}.
104
+
Regardless of schema size, only the first 5,000 collections and 5,000 properties per collection can be managed in your Segment space. To edit Selective Sync settings for collections that exceed this limit, [contact Segment support](https://app.segment.com/workspaces?contact=1){:target="_blank"}.
105
105
106
106
> info ""
107
107
> You must be a workspace owner to change Selective Sync settings.
108
108
109
109
#### When to use Selective Sync
110
110
111
-
Use Selective Sync when you want to prevent specific tables and properties from syncing to your warehouse. Segment stops syncing from disabled tables or properties, but will not delete any historical data from your warehouse.
111
+
Use Selective Sync to prevent specific tables and properties from syncing to your warehouse. Segment stops syncing from tables or properties you turn off, but it doesn’t delete historical data from your warehouse.
112
112
113
-
If you choose to re-enable a table or property to sync again, only new data generated will sync to your warehouse. Segment doesn't backfill data that was omitted with Selective Sync.
113
+
If you turn a table or property back on, only new data will sync. Segment doesn’t backfill data that was omitted with Selective Sync.
114
114
115
115
#### Using historical backfill
116
116
117
-
Profiles Sync sends profiles to your warehouse hourly once setup completes. Setup is complete after an initial automated backfill syncs all profile data. To initiate the backfill, the Profiles Sync requires live data flowing into your workspace. If live data isn’t available, you can send test data to trigger the backfill sooner. Backfill can also sync historical profiles to your warehouse.
117
+
Profiles Sync sends profiles to your warehouse hourly once setup completes. Setup is complete after an initial automated backfill syncs all profile data. To initiate the backfill, Profiles Sync requires live data flowing into your workspace. If live data isn’t available, send test data to trigger the backfill. Backfill can also sync historical profiles to your warehouse.
118
118
119
119
> info ""
120
-
> You can only use historical backfill for tables that you enable with [Selective Sync](#using-selective-sync) during setup. Segment does not backfill tables that you disable with Selective Sync.
120
+
> You can only use historical backfill for tables you turn on with [Selective Sync](#using-selective-sync) during setup. Segment doesn’t backfill tables you turn off with Selective Sync.
121
121
122
122
When Segment runs historical backfills:
123
123
124
-
- Profile raw and materialized tables sync your entire historical data to your warehouse.
125
-
-Profiles Sync gathers the last two months of all events for Event type and Track event tables and syncs them to your warehouse.
124
+
- Profile raw and materialized tables sync your entire historical data to your warehouse.
125
+
-For event type and Track event tables, Profiles Sync syncs the last two months of events.
126
126
127
-
Segment lands the data on an internal staging location, then removes the backfill banner. Segment then syncs the backfill data to your warehouse.
127
+
Segment first stages the data internally and removes the backfill banner, then syncs the data to your warehouse.
128
128
129
-
Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:target="blank"} if your use case exceeds the scope of the initial setup backfill.
129
+
Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:target="_blank"} if your use case exceeds the scope of the initial setup backfill.
130
130
131
131
> success ""
132
-
> While historical backfill is running, you can start building [materialized views](/docs/unify/profiles-sync/tables/#tables-you-materialize) and running [sample queries](/docs/unify/profiles-sync/sample-queries).
132
+
> While historical backfill is running, you can start building [materialized views](/docs/unify/profiles-sync/tables/#tables-you-materialize) and running [sample queries](/docs/unify/profiles-sync/sample-queries).
133
133
134
134
135
135
### Step 4 (Optional): Materialize key views using a SQL automation tool
0 commit comments