Skip to content

Commit 2381307

Browse files
committed
update retl usage documentation
1 parent 0fc77eb commit 2381307

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/connections/reverse-etl/system.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,13 @@ State management: The `__segment_reverse_etl` schema and its associated tables (
5151
To provide consistent performance and reliability at scale, Segment enforces default use and rate limits for Reverse ETL.
5252

5353
### 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.
5555

5656
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.
5757

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 youve 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.
5959

60-
Plan | Number of Reverse ETL records you can process to destinations per month | How to increase your number of Reverse ETL records
61-
---- | --------------------------------------------------------------------------- | ---------------------------------------------------
62-
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.
6761

6862
### Configuration limits
6963

0 commit comments

Comments
 (0)