Skip to content

Commit d321c61

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/connections/reverse-etl/system.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ 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. 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.
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
5253
Column count | The maximum number of columns a single sync will process. | 512 columns
5354
Column name length | The maximum length of a record column. | 128 characters
5455
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)