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
The Warehouse Sync process prepares the raw data coming from a source and loads it into a warehouse destination. There are two phases to the sync process:
7
-
1.**Preparation phase**: This is where Segment prepares data coming from a source.
8
-
2.**Loading phase**: This is where Segment loads data into the warehouse destination.
7
+
1.**Preparation phase**: This is where Segment prepares the data coming from a source so that it's in the right format for the loading phase.
8
+
2.**Loading phase**: This is where Segment deduplicates data and the data loads into the warehouse destination. Any sync issues that occur in this phase can be traced back to your warehouse.
9
9
10
10
Instead of constantly streaming data to the warehouse destination, Segment loads data to the warehouse in bulk at regular intervals. Before the data loads, Segment inserts and updates events and objects, and automatically adjusts the schema to make sure the data in the warehouse is inline with the data in Segment.
0 commit comments