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/connections/reverse-etl/system.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,19 +51,13 @@ State management: The `__segment_reverse_etl` schema and its associated tables (
51
51
To provide consistent performance and reliability at scale, Segment enforces default use and rate limits for Reverse ETL.
52
52
53
53
### Usage limits
54
-
Reverse ETL usage limits are measured based on the number of records processed to each destination – this includes both successful and failed records. For example, if you processed 50K records to Braze and 50K records to Mixpanel, then your total Reverse ETL usage is 100K records.
54
+
Reverse ETL usage limits are measured based on the number of records processed to each destination – this includes only successful records. For example, if you processed 50K records to Braze and 50K records to Mixpanel, then your total Reverse ETL usage is 100K records.
55
55
56
56
Processed records represents the number of records Segment attempts to send to each destination. Keep in mind that not all processed records are successfully delivered, for example, such as when the destination experiences an issue.
57
57
58
-
Your plan determines how many Reverse ETL records you can process in one monthly billing cycle. If you've reached your Reverse ETL limit, contact your sales representative to discuss an add-on that increases your Reverse ETL record allotment. To see how many records you’ve processed using Reverse ETL, navigate to **Settings > Usage & billing** and select the **Reverse ETL** tab.
58
+
Segment tracks how many Reverse ETL records you process in one monthly billing cycle. To see how many records you've processed using Reverse ETL, navigate to **Settings > Usage & billing** and select the **Reverse ETL** tab. Note that Segment will never block Reverse-ETL syncs due to usage.
59
59
60
-
Plan | Number of Reverse ETL records you can process to destinations per month | How to increase your number of Reverse ETL records
Free | 500K | Upgrade to the Teams plan in the Segment app by navigating to **Settings > Usage & billing**.
63
-
Teams | 1 million | Contact your sales representative to upgrade your plan to Business.
64
-
Business | 50 x the number of [MTUs](/docs/guides/usage-and-billing/mtus-and-throughput/#what-is-an-mtu) <br>or .25 x the number of monthly API calls | Contact your sales rep to upgrade your plan.
65
-
66
-
If you have a non-standard or high volume usage plan, you may have unique Reverse ETL limits or custom pricing. To see your Reverse ETL limits in the Segment app, select **Settings > Usage & Billing**.
60
+
Segment tracks your Reverse ETL usage for billing purposes, but your syncs will continue to run regardless of usage. If you have questions about your Reverse ETL usage, contact your Segment representative.
0 commit comments