|
1 | 1 | ---
|
2 |
| -title: Warehouse Selective sync |
| 2 | +title: Warehouse Selective Sync |
3 | 3 | redirect_from: '/connections/warehouses/selective-sync/'
|
4 | 4 | ---
|
5 | 5 |
|
6 |
| -[Warehouse Selective Sync](https://segment.com/docs/connections/warehouses/faq/#can-i-control-what-data-is-sent-to-my-warehouse/) allows you to manage the data that you send to your warehouses. You can use this feature to stop syncing specific events (also known as collections) or properties that aren’t relevant, and could be slowing down your warehouse syncs. |
| 6 | +[Warehouse Selective Sync](/docs/connections/warehouses/faq/#can-i-control-what-data-is-sent-to-my-warehouse/) allows you to manage the data that you send to your warehouses. You can use this feature to stop syncing specific events (also known as collections) or properties that aren’t relevant, and could be slowing down your warehouse syncs. |
7 | 7 |
|
8 | 8 | > info ""
|
9 | 9 | > This feature is available to Business Tier customers only.
|
10 | 10 |
|
11 | 11 | With Selective Sync, you can customize which collections and properties from a source are sent to each warehouse. Previously, changes made using this feature were applied to all warehouses within a workspace. Now, instead of all changes affecting every warehouse in a workspace, you can use Selective Sync to decide which data should go to each individual warehouse. This allows you to send different data to each warehouse.
|
12 | 12 |
|
13 |
| -This feature only affects [warehouses](/docs/connections/storage/warehouses/), and does not prevent data from going to any other [destinations](/docs/connections/destinations/). |
| 13 | +This feature affects [warehouses](/docs/connections/storage/warehouses/), and does not prevent data from going to any other [destinations](/docs/connections/destinations/). |
14 | 14 |
|
15 |
| -When you use Selective Sync to prevent data from syncing to a specific warehouse, Segment stops sending new data that meets the selection criteria to that warehouse, however it doesn't delete any existing data in the warehouses. If you use Selective Sync to re-enable a source after disabling it, Segment loads all data that arrived since the last sync into the warehouse, but doesn't backfill data that was omitted while the source was not syncing. |
| 15 | +> warning "" |
| 16 | +> Note: For each warehouse only the first 5,000 collections per source and 5,000 properties per collection are visible in the Selective Sync user interface. Learn more about the limits [here](#selective-sync-user-interface-limits). |
16 | 17 |
|
17 | 18 |
|
18 | 19 | ## When to use Selective Sync
|
@@ -43,5 +44,13 @@ To manage data from one specific source to an individual warehouse, go to the Wa
|
43 | 44 |
|
44 | 45 | All changes made through Selective Sync only impact an individual warehouse - they do **not** propagate to multiple warehouses at once. To make changes to multiple warehouses, you need to enable/disable data for each individual warehouse.
|
45 | 46 |
|
| 47 | +### Selective Sync User Interface Limits |
| 48 | + |
| 49 | +Regardless of schema size, for each warehouse only the first 5,000 collections per source and 5,000 properties per collection can be managed using the Selective Sync user interface. After you hit any of these limits, all future data is still tracked and sent to your warehouse. New collections created after hitting this limit is not displayed in the Selective Sync table. |
| 50 | + |
| 51 | +You will see a warning in the Selective Sync user interface when the warehouse schema has reached 80% of the limit for collections and/or properties. An error message will appear when you've reached the limit. |
| 52 | + |
| 53 | +Contact [Support](https://app.segment.com/help/contact/) to edit Selective Sync settings for any collections and/or properties which exceed the limit. |
| 54 | + |
46 | 55 | > warning ""
|
47 | 56 | > Note: Only Workspace Owners can change Selective Sync settings.
|
0 commit comments