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
## Can I control what data is sent to my warehouse?
7
7
8
-
Yes. For those of you who are on Segment's [Business plan](https://segment.com/pricing), you can choose which sources, collections, and properties sync to your data warehouse using [Warehouse Selective Sync](/docs/connections/storage/warehouses/warehouse-syncs/#warehouse-selective-sync).
8
+
Yes. Customers on Segment's [Business plan](https://segment.com/pricing) can choose which sources, collections, and properties sync to your data warehouse using [Warehouse Selective Sync](/docs/connections/storage/warehouses/warehouse-syncs/#warehouse-selective-sync).
9
9
10
-
Selective Sync helps manage what data is sent to each individual warehouse, allowing you to sync different sets of data from the same source to different warehouses.
10
+
Selective Sync helps manage the data Segment sends to each warehouse, allowing you to sync different sets of data from the same source to different warehouses.
11
11
12
-
Once a source, collection or property is disabled, Segment no longer syncs data from that source. Segment won't delete any historical data from your warehouse. When a source is re-enabled, Segment syncs all events since the last sync. This doesn't apply when a collection or property is re-enabled. Only new data generated after re-enabling a collection or property will sync to your warehouse.
12
+
When you disable a source, collection or property, Segment no longer syncs data from that source. Segment won't delete any historical data from your warehouse. When you re-enable a source, Segment syncs all events since the last sync. This doesn't apply when a collection or property is re-enabled. Only new data generated after re-enabling a collection or property will sync to your warehouse.
13
13
14
14
## Can we add, tweak, or delete some of the tables?
15
15
@@ -44,7 +44,7 @@ Your warehouse id appears in the URL when you look at the [warehouse destination
44
44
45
45
## How fresh is the data in Segment Warehouses?
46
46
47
-
Your data will be available in Warehouses within 24-48 hours. The underlying Redshift datastore has a subtle tradeoff between data freshness, robustness, and query speed. For the best experience, Segment needs to balance all three of these.
47
+
Data is available in Warehouses within 24-48 hours. The underlying Redshift datastore has a subtle tradeoff between data freshness, robustness, and query speed. For the best experience, Segment needs to balance all three of these.
48
48
49
49
Real-time loading of the data into Segment Warehouses would cause significant performance degradation at query time because of the way Redshift uses large batches to optimize and compress columns. To optimize for your query speed, reliability, and robustness, Segment guarantees that your data will be available in Redshift within 24 hours.
Copy file name to clipboardExpand all lines: src/connections/storage/warehouses/warehouse-syncs.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,17 @@ To view the Sync History:
39
39
40
40
## Warehouse Selective Sync
41
41
42
-
Warehouse Selective Sync 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.
42
+
Warehouse Selective Sync 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 may slow down your warehouse syncs.
43
43
44
44
> info ""
45
45
> This feature is only available to Business Tier customers. <br><br>You must be a Workspace Owner to change Selective Sync settings.
46
46
47
-
With Selective Sync, you can customize which collections and properties from a source are sent to each warehouse. This helps you manage what data is sent to each individual warehouse, allowing you to sync different sets of data from the same source to different warehouses.
47
+
With Selective Sync, you can customize which collections and properties from a source are sent to each warehouse. This helps you control the data that is sent to each warehouse, allowing you to sync different sets of data from the same source to different warehouses.
48
48
49
49
> note ""
50
50
> **NOTE:** This feature only affects [warehouses](/docs/connections/storage/warehouses/), and doesn't prevent data from going to any other [destinations](/docs/connections/destinations/).
51
51
52
-
Once a source, collection, or property is disabled, Segment no longer syncs data from that source. Segment won't delete any historical data from your warehouse. When a source is re-enabled, Segment syncs all events since the last sync. This does not apply when a collection or property is re-enabled. Only new data generated after re-enabling a collection or property syncs to your warehouse.
52
+
When you disable a source, collection or property, Segment no longer syncs data from that source. Segment won't delete any historical data from your warehouse. When you re-enable a source, Segment syncs all events since the last sync. This doesn't apply when a collection or property is re-enabled. Only new data generated after re-enabling a collection or property will sync to your warehouse.
53
53
54
54
> warning ""
55
55
> 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](#selective-sync-user-interface-limits).
0 commit comments