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
Copy file name to clipboardExpand all lines: src/profiles/profiles-sync/index.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,10 @@ When Segment runs historical backfills:
86
86
- The `id_graph_updates` and `external_id_mapping_updates` tables sync your entire historical data to your warehouse.
87
87
- The `identities`, `page`, `screens`, and `tracks` tables sync the last two months of events to your warehouse.
88
88
89
+
Segment lands the data on an internal staging location, then removes the backfill banner. Segment then syncs the backfill data to your warehouse.
90
+
89
91
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.
90
92
91
-
> warning ""
92
-
> For event tables, Segment can only backfill up to 2,000 tables for each workspace.
93
93
94
94
> success ""
95
95
> While historical backfill is running, you can start building [materialized views](/docs/profiles/profiles-sync/tables/#tables-you-materialize) and running [sample queries](/docs/profiles/profiles-sync/sample-queries).
@@ -104,6 +104,15 @@ To start seeing unified profiles in your warehouse and build attribution models,
104
104
105
105
Please visit [Tables you materialize](/docs/profiles/profiles-sync/tables/#tables-you-materialize) for more on how to materialize these views either on your own, or with [Segment's open source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="blank"}.
106
106
107
+
## Profiles Sync limits
108
+
109
+
As you use Profiles Sync, please keep the following limits in mind:
110
+
111
+
- For event tables, Segment can only backfill up to 2,000 tables for each workspace.
112
+
- Segment can only initiate backfills after a successful sync with > 0 rows.
113
+
- For every sync, the total dataset Segment can sync is limited to 20TB.
0 commit comments