Skip to content

Commit e11f8af

Browse files
committed
fix formatting [netlify-build]
1 parent 0c24784 commit e11f8af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/connections/reverse-etl/system.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ 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). | 30 million records
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
5252
Column count | The maximum number of columns a single sync will process. | 512 columns
5353
Column name length | The maximum length of a record column. | 128 characters
5454
Record JSON size | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
5555
Column JSON size | The maximum size of any single column value. | 128 KiB
56+
57+
<sup>*</sup>: _If Segment identifies a sync would be larger than 150 million records, Segment extracts 150 million of the records in the initial sync and syncs any additional records during the next scheduled or manual sync._
58+
59+
_For example, if a sync would contain 700 million records, Segment would run an initial 150 million record sync, and during the next three scheduled or manual syncs, would sync 150 million records. The fifth scheduled or manual sync would contain the remaining 100 million records._

0 commit comments

Comments
 (0)