Skip to content

Commit ef82510

Browse files
committed
edits
1 parent 00fc961 commit ef82510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/reverse-etl/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ Name | Details | Limit
199199
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
200200
Column count | The maximum number of columns a single sync will process. | 512 columns
201201
Column name length | The maximum length of a record column. | 128 characters
202-
Record JSON Length | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
203-
Column JSON Length | The maximum size of any single column value. | 128 KiB
202+
Record JSON size | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
203+
Column JSON size | The maximum size of any single column value. | 128 KiB

0 commit comments

Comments
 (0)