Skip to content

Commit a40b5d7

Browse files
Update src/connections/reverse-etl/system.md
1 parent d321c61 commit a40b5d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/connections/reverse-etl/system.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ The extract phase is the time spent connecting to your database, executing the m
4848

4949
Name | Details | Limit
5050
----- | ------- | ------
51-
Record count | The maximum number of records a single sync will process. If a sync would contain more than 150 million records, Segment separates the data into multiple syncs, each containing no more than 150 million records.
52-
<br><br> Note: This is the number of records extracted from the warehouse, not the limit for the number of records loaded to the destination (for example, new/update/deleted). | <sup>*</sup>150 million records
51+
Record count | The maximum number of records a single sync will process. If a sync would contain more than 150 million records, Segment separates the data into multiple syncs, each containing no more than 150 million records <br><br> Note: This is the number of records extracted from the warehouse, not the limit for the number of records loaded to the destination (for example, new/update/deleted). | <sup>*</sup>150 million records
5352
Column count | The maximum number of columns a single sync will process. | 512 columns
5453
Column name length | The maximum length of a record column. | 128 characters
5554
Record JSON size | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB

0 commit comments

Comments
 (0)